/* =========================================================
   PAGINA SELLER – BSGMAG
   ========================================================= */

.page--seller {
    width: 100%;
    padding: 32px 20px 72px;
    background: #F7F9FC;
}

.page--seller .page__content-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

/* =========================================================
   HERO / BANNER NUME FIRMĂ
   ========================================================= */

.page--seller .page__aside-head {
    width: 100%;
    margin: 0 0 18px;
}

.seller-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 170px;
    padding: 34px 38px;
    overflow: hidden;
    border-radius: 16px;
    background:
        radial-gradient(
            circle at 88% 20%,
            rgba(255, 255, 255, 0.18) 0,
            rgba(255, 255, 255, 0) 34%
        ),
        linear-gradient(
            135deg,
            #0035BE 0%,
            #0346D8 100%
        );
    box-shadow: 0 14px 34px rgba(0, 53, 190, 0.18);
}

.seller-hero::before {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -110px;
    width: 250px;
    height: 250px;
    border: 32px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.seller-hero::after {
    content: "";
    position: absolute;
    right: 95px;
    top: -75px;
    width: 170px;
    height: 170px;
    border: 24px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.seller-hero__content {
    position: relative;
    z-index: 2;
    min-width: 0;
    text-align: left;
}

.seller-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page--seller .page__heading {
    margin: 0;
    color: #FFFFFF;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.025em;
    text-align: left;
}

.seller-hero__subtitle {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.5;
}

.seller-hero__icon {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(5px);
}

.seller-hero__icon svg {
    width: 42px;
    height: 42px;
    fill: #FFFFFF;
}

/* =========================================================
   CONȚINUT
   ========================================================= */

.page--seller .page__content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.seller-attributes {
    width: 100%;
    overflow: hidden;
    border: 1px solid #E3E8F0;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 10px 28px rgba(26, 43, 77, 0.07);
}

/* =========================================================
   RÂNDURI
   ========================================================= */

.seller-attributes__item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(210px, 270px) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    min-height: 74px;
    padding: 16px 26px 16px 74px;
    border-bottom: 1px solid #EDF1F6;
    background: #FFFFFF;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.seller-attributes__item:last-child {
    border-bottom: 0;
}

.seller-attributes__item--odd,
.seller-attributes__item--even {
    background: #FFFFFF;
}

.seller-attributes__item:hover {
    background: #F8FAFF;
}

/* =========================================================
   ICONURI PENTRU DATELE COMERCIANTULUI
   ========================================================= */

.seller-attributes__item::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-color: #EEF4FF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px 19px;
    transform: translateY(-50%);
}

/* 1. Nume societate – clădire / companie */
.seller-attributes__item:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M6 21V7l6-4 6 4v14'/%3E%3Cpath d='M9 10h1'/%3E%3Cpath d='M14 10h1'/%3E%3Cpath d='M9 14h1'/%3E%3Cpath d='M14 14h1'/%3E%3Cpath d='M10 21v-3h4v3'/%3E%3C/svg%3E");
}

/* 2. Adresă – pin Maps */
.seller-attributes__item:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

/* 3. CIF – document fiscal */
.seller-attributes__item:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h8l4 4v14H6z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 12h6'/%3E%3Cpath d='M9 16h4'/%3E%3C/svg%3E");
}

/* 4. Număr Registrul Comerțului – document oficial */
.seller-attributes__item:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Cpath d='M9 3.5h6v3H9z'/%3E%3Cpath d='M9 11h6'/%3E%3Cpath d='M9 15h6'/%3E%3Cpath d='M9 18h3'/%3E%3C/svg%3E");
}

/* 5. Email – plic */
.seller-attributes__item:nth-child(5)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
}
/* Adresă */
.seller-attributes__item:has(.seller-attributes__label:first-child:nth-last-child(1)) {
    position: relative;
}

/* =========================================================
   LABEL ȘI VALOARE
   ========================================================= */

.seller-attributes__label {
    color: #687187;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.015em;
    text-align: left;
    text-transform: uppercase;
}

.seller-attributes__value {
    min-width: 0;
    color: #283044;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
    overflow-wrap: anywhere;
    text-align: left;
}

.seller-attributes__value a {
    color: #0035BE;
    font-weight: 700;
    text-decoration: none;
}

.seller-attributes__value a:hover {
    text-decoration: underline;
}

/* =========================================================
   CATEGORII
   ========================================================= */

.page--seller .page__categories {
    width: 100%;
    margin: 22px 0 0;
    padding: 26px;
    border: 1px solid #E3E8F0;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 10px 28px rgba(26, 43, 77, 0.06);
}

.page--seller .page__categories h2 {
    margin: 0 0 20px;
    color: #283044;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
}

.page--seller .page__categories h2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.page--seller .page__categories h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 4px;
    border-radius: 999px;
    background: #FFED51;
}

/* =========================================================
   TABLETĂ
   ========================================================= */

@media (max-width: 800px) {

    .page--seller {
        padding: 24px 16px 52px;
    }

    .seller-hero {
        min-height: 150px;
        padding: 28px;
        border-radius: 14px;
    }

    .seller-hero__icon {
        width: 68px;
        height: 68px;
        border-radius: 18px;
    }

    .seller-hero__icon svg {
        width: 34px;
        height: 34px;
    }

    .seller-attributes__item {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 18px;
        padding-right: 20px;
    }

}

/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 600px) {

    .page--seller {
        padding: 16px 12px 40px;
    }

    .page--seller .page__aside-head {
        margin-bottom: 12px;
    }

    .seller-hero {
        min-height: auto;
        padding: 24px 20px;
        border-radius: 12px;
    }

    .seller-hero__eyebrow {
        margin-bottom: 8px;
        font-size: 10px;
    }

    .page--seller .page__heading {
        font-size: 30px;
    }

    .seller-hero__subtitle {
        margin-top: 7px;
        font-size: 13px;
    }

    .seller-hero__icon {
        display: none;
    }

    .seller-attributes {
        border-radius: 12px;
    }

    .seller-attributes__item {
        display: block;
        min-height: 0;
        padding: 16px 16px 16px 62px;
    }

    .seller-attributes__item::before {
        left: 16px;
        top: 18px;
        width: 32px;
        height: 32px;
        transform: none;
    }

    .seller-attributes__label {
        margin-bottom: 5px;
        font-size: 11px;
    }

    .seller-attributes__value {
        font-size: 14px;
        line-height: 1.55;
    }

    .page--seller .page__categories {
        margin-top: 14px;
        padding: 20px 16px;
        border-radius: 12px;
    }

    .page--seller .page__categories h2 {
        font-size: 19px;
    }

}

/* =========================================================
   DESCRIERE COMERCIANT
   ========================================================= */

.seller-description {
	margin-top: 24px;
	padding: 24px;
	background: #f7f8fa;
	border: 1px solid #e6e9ef;
	border-radius: 10px;
}

.seller-description__title {
	margin-bottom: 12px;
	color: #3a4258;
	font-size: 18px;
	font-weight: 700;
}

.seller-description__content {
	color: #565d6c;
	font-size: 14px;
	line-height: 1.65;
}

.seller-description__content > :first-child {
	margin-top: 0;
}

.seller-description__content > :last-child {
	margin-bottom: 0;
}


/* =========================================================
   TABURI COMERCIANT
   ========================================================= */

.seller-policies {
	width: 100%;
	margin-top: 28px;
	overflow: hidden;
	background: #f7f8fa;
	border: 1px solid #e5e9f0;
	border-radius: 10px;
}

.seller-policies__navigation {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 5px;
	padding: 8px;
	background: #ffffff;
	border-bottom: 1px solid #e5e9f0;
}

.seller-policies__tab {
	min-height: 48px;
	padding: 10px 14px;
	border: 0;
	border-radius: 6px;
	background: #f7f8fa;
	color: #3a4258;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

.seller-policies__tab:hover {
	background: #edf4ff;
	color: #0371fe;
}

.seller-policies__tab.is-active {
	background: #edf4ff;
	color: #0371fe;
	box-shadow: inset 0 -2px 0 #0371fe;
}

.seller-policies__tab:focus-visible {
	outline: 2px solid #0371fe;
	outline-offset: 2px;
}

.seller-policies__content {
	min-height: 180px;
	padding: 24px 30px 28px;
}

.seller-policies__panel {
	color: #3a4258;
	font-size: 14px;
	line-height: 1.65;
	animation: sellerPanelFade 0.2s ease;
}

.seller-policies__panel[hidden] {
	display: none !important;
}

.seller-policies__panel > :first-child {
	margin-top: 0;
}

.seller-policies__panel > :last-child {
	margin-bottom: 0;
}

.seller-policies__panel p {
	margin: 0 0 14px;
}

.seller-policies__panel ul,
.seller-policies__panel ol {
	margin: 12px 0;
	padding-left: 22px;
}

.seller-policies__panel a {
	color: #0371fe;
	font-weight: 600;
	text-decoration: none;
}

.seller-policies__panel a:hover {
	text-decoration: underline;
}

.seller-policies__panel a[target="_blank"] {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	background: #ffffff;
	border: 1px solid #dce3ed;
	border-radius: 6px;
}

@keyframes sellerPanelFade {
	from {
		opacity: 0;
		transform: translateY(3px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
	.seller-description {
		margin-top: 18px;
		padding: 18px;
	}

	.seller-policies {
		margin-top: 20px;
		border-radius: 8px;
	}

	.seller-policies__navigation {
		display: flex;
		gap: 6px;
		padding: 8px;
		overflow-x: auto;
		scrollbar-width: thin;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.seller-policies__tab {
		flex: 0 0 auto;
		min-width: 150px;
		min-height: 44px;
		padding: 9px 12px;
		font-size: 13px;
		scroll-snap-align: start;
	}

	.seller-policies__content {
		min-height: 160px;
		padding: 20px 18px 22px;
	}

	.seller-policies__panel {
		font-size: 14px;
	}
}
/* =========================================================
   INFORMAȚII LEGALE SELLER
   ========================================================= */

.seller-legal {
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid #E3E8F0;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 10px 28px rgba(26,43,77,.06);
}

.seller-legal__navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    border-bottom: 1px solid #EDF1F6;
    background: #F8FAFD;
}

.seller-legal__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;
    padding: 0 18px;

    border: 1px solid #DCE6F5;
    border-radius: 999px;

    background: #FFFFFF;
    color: #3A4258;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;
    transition: .25s ease;
}

.seller-legal__tab:hover {
    border-color: #0035BE;
    color: #0035BE;
    background: #EEF4FF;
}

.seller-legal__tab.is-active {
    border-color: #0035BE;
    background: #0035BE;
    color: #FFFFFF;
    box-shadow: 0 8px 18px rgba(0,53,190,.18);
}

.seller-legal__content {
    padding: 32px;
}

.seller-legal__panel[hidden] {
    display: none !important;
}

.seller-legal__panel h2 {
    margin: 0 0 18px;

    color: #283044;

    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
}

.seller-legal__panel h3 {
    margin: 28px 0 12px;

    color: #0035BE;

    font-size: 18px;
    font-weight: 700;
}

.seller-legal__panel p,
.seller-legal__panel li {
    color: #4D566D;
    font-size: 15px;
    line-height: 1.8;
}

.seller-legal__panel ul,
.seller-legal__panel ol {
    margin: 18px 0;
    padding-left: 22px;
}

.seller-legal__panel a {
    color: #0035BE;
    font-weight: 700;
    text-decoration: none;
}

.seller-legal__panel a:hover {
    text-decoration: underline;
}

.seller-legal__panel table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.seller-legal__panel table th {
    background: #F7F9FC;
    color: #283044;
    font-weight: 700;
}

.seller-legal__panel table th,
.seller-legal__panel table td {
    padding: 14px;
    border: 1px solid #E3E8F0;
    text-align: left;
}

.seller-legal__panel blockquote {
    margin: 24px 0;
    padding: 18px 22px;

    border-left: 4px solid #0035BE;

    background: #F7FAFF;
    border-radius: 0 10px 10px 0;
}

.seller-legal__panel img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:768px){

    .seller-legal{
        margin-top:18px;
        border-radius:12px;
    }

    .seller-legal__navigation{
        flex-wrap:nowrap;
        overflow:auto;
        gap:8px;
        padding:10px;
        -webkit-overflow-scrolling:touch;
    }

    .seller-legal__tab{
        flex:0 0 auto;
        white-space:nowrap;
        min-height:40px;
        padding:0 16px;
        font-size:13px;
    }

    .seller-legal__content{
        padding:20px;
    }

    .seller-legal__panel h2{
        font-size:22px;
    }

    .seller-legal__panel h3{
        font-size:17px;
    }

    .seller-legal__panel p,
    .seller-legal__panel li{
        font-size:14px;
    }

}
/* =========================================================
   NOTIFICARE INFORMAȚII LEGALE - VENETIA
   ========================================================= */

.seller-legal__notice{
    display:flex;
    align-items:flex-start;
    gap:24px;

    padding:28px;

    border:1px solid #DCE7F5;
    border-radius:14px;

    background:linear-gradient(180deg,#F9FBFF 0%,#FFFFFF 100%);
}

.seller-legal__notice-icon{

    flex:0 0 60px;

    display:flex;
    align-items:center;
    justify-content:center;

    width:60px;
    height:60px;

    border-radius:14px;

    background:#EEF4FF;
    color:#0035BE;
}

.seller-legal__notice-icon svg{
    width:30px;
    height:30px;
}

.seller-legal__notice-content{
    flex:1;
}

.seller-legal__notice-content h2{

    margin:0 0 18px;

    color:#283044;

    font-size:28px;
    font-weight:800;
}

.seller-legal__notice-content p{

    margin:0 0 16px;

    color:#565D6C;

    font-size:15px;
    line-height:1.8;
}

.seller-legal__notice-content strong{
    color:#0035BE;
    font-weight:700;
}

.seller-legal__notice-content ul{

    margin:18px 0;

    padding-left:22px;
}

.seller-legal__notice-content li{

    margin-bottom:10px;

    color:#3A4258;

    font-size:15px;
    line-height:1.7;
}

.seller-legal__notice-content li::marker{
    color:#0035BE;
}

@media(max-width:768px){

    .seller-legal__notice{

        flex-direction:column;

        gap:18px;

        padding:20px;
    }

    .seller-legal__notice-icon{

        width:52px;
        height:52px;
    }

    .seller-legal__notice-icon svg{

        width:24px;
        height:24px;
    }

    .seller-legal__notice-content h2{

        font-size:24px;
    }

}


/* =========================================================
   DATE COMERCIANT
   ========================================================= */

.seller-attributes {
    width: 100%;
    overflow: hidden;

    border: 1px solid #E3E8F0;
    border-radius: 16px;

    background: #FFFFFF;

    box-shadow: 0 10px 28px rgba(26, 43, 77, 0.07);
}


/* =========================================================
   RÂNDURI
   ========================================================= */

.seller-attributes__item {
    position: relative;

    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    align-items: center;

    gap: 24px;

    min-height: 72px;

    padding: 15px 26px 15px 76px;

    border-bottom: 1px solid #EDF1F6;

    background: #FFFFFF;

    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.seller-attributes__item:last-child {
    border-bottom: 0;
}

.seller-attributes__item:hover {
    background: #F8FAFF;
}


/* =========================================================
   ICON CONTAINER
   ========================================================= */

.seller-attributes__item::before {
    content: "";

    position: absolute;

    left: 24px;
    top: 50%;

    width: 36px;
    height: 36px;

    border-radius: 10px;

    background-color: #EEF4FF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px 19px;

    transform: translateY(-50%);
}


/* =========================================================
   DENUMIRE
   ========================================================= */

.seller-attributes__item--company::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M6 21V7l6-4 6 4v14'/%3E%3Cpath d='M9 10h1'/%3E%3Cpath d='M14 10h1'/%3E%3Cpath d='M9 14h1'/%3E%3Cpath d='M14 14h1'/%3E%3Cpath d='M10 21v-3h4v3'/%3E%3C/svg%3E");
}


/* =========================================================
   ADRESĂ
   ========================================================= */

.seller-attributes__item--address::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}


/* =========================================================
   CUI
   ========================================================= */

.seller-attributes__item--vat::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h8l4 4v14H6z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 12h6'/%3E%3Cpath d='M9 16h4'/%3E%3C/svg%3E");
}


/* =========================================================
   REGISTRUL COMERȚULUI
   ========================================================= */

.seller-attributes__item--reg::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Cpath d='M9 3.5h6v3H9z'/%3E%3Cpath d='M9 11h6'/%3E%3Cpath d='M9 15h6'/%3E%3Cpath d='M9 18h3'/%3E%3C/svg%3E");
}


/* =========================================================
   IBAN
   ========================================================= */

.seller-attributes__item--iban::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='13' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M7 15h3'/%3E%3C/svg%3E");
}


/* =========================================================
   BANCĂ
   ========================================================= */

.seller-attributes__item--bank::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9h18'/%3E%3Cpath d='M5 9v8'/%3E%3Cpath d='M9 9v8'/%3E%3Cpath d='M15 9v8'/%3E%3Cpath d='M19 9v8'/%3E%3Cpath d='M3 17h18'/%3E%3Cpath d='M2 21h20'/%3E%3Cpath d='m12 3 9 4H3z'/%3E%3C/svg%3E");
}


/* =========================================================
   CONTACT
   ========================================================= */

.seller-attributes__item--phone::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.85.29 1.73.5 2.63.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}


/* =========================================================
   STATUT
   ========================================================= */

.seller-attributes__item--status::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230035BE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}


/* =========================================================
   LABEL / VALUE
   ========================================================= */

.seller-attributes__label {
    color: #687187;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 0.035em;
    text-transform: uppercase;

    text-align: left;
}

.seller-attributes__value {
    min-width: 0;

    color: #283044;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;

    overflow-wrap: anywhere;

    text-align: left;
}

.seller-attributes__value a {
    color: #0035BE;

    font-weight: 700;
    text-decoration: none;
}

.seller-attributes__value a:hover {
    text-decoration: underline;
}


/* =========================================================
   STATUS COMERCIANT
   ========================================================= */

.seller-status {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    min-height: 30px;

    padding: 5px 12px;

    border: 1px solid #D8E7DD;
    border-radius: 999px;

    background: #F2FAF5;

    color: #247844;

    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.seller-status__dot {
    display: block;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #26A662;

    box-shadow: 0 0 0 4px rgba(38, 166, 98, 0.12);
}


/* =========================================================
   TABLETĂ
   ========================================================= */

@media (max-width: 800px) {

    .seller-attributes__item {
        grid-template-columns: 170px minmax(0, 1fr);

        gap: 18px;

        padding-right: 20px;
    }

}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 600px) {

    .seller-attributes {
        border-radius: 12px;
    }

    .seller-attributes__item {
        display: block;

        min-height: 0;

        padding: 16px 16px 16px 62px;
    }

    .seller-attributes__item::before {
        left: 16px;
        top: 17px;

        width: 32px;
        height: 32px;

        background-size: 17px 17px;

        transform: none;
    }

    .seller-attributes__label {
        margin-bottom: 5px;

        font-size: 10px;
    }

    .seller-attributes__value {
        font-size: 14px;
        line-height: 1.5;
    }

    .seller-status {
        min-height: 28px;

        padding: 5px 10px;

        font-size: 12px;
    }

}

/* =========================================================
   VENETIA / OPERATOR BSGMAG
   ========================================================= */

.seller-hero--venetia {
    background:
        radial-gradient(
            circle at 88% 20%,
            rgba(255, 255, 255, 0.18) 0,
            rgba(255, 255, 255, 0) 34%
        ),
        linear-gradient(
            135deg,
            #0035BE 0%,
            #0346D8 100%
        );
}


/* =========================================================
   CARD DATE VENETIA
   ========================================================= */

.venetia-company-card {
    width: 100%;
}

.venetia-company-card__header {
    margin-bottom: 16px;
    padding: 0 4px;
}

.venetia-company-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 10px;

    color: #0035BE;

    font-size: 12px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: .035em;
    text-transform: uppercase;
}

.venetia-company-card__badge-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #26A662;

    box-shadow:
        0 0 0 4px rgba(38, 166, 98, .12);
}

.venetia-company-card__header h2 {
    margin: 0 0 6px;

    color: #283044;

    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
}

.venetia-company-card__header p {
    margin: 0;

    color: #687187;

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   DOCUMENTE LEGALE
   ========================================================= */

.venetia-legal {
    width: 100%;

    margin-top: 24px;
    padding: 28px;

    border: 1px solid #E3E8F0;
    border-radius: 16px;

    background: #FFFFFF;

    box-shadow:
        0 10px 28px rgba(26, 43, 77, .06);
}


/* =========================================================
   HEADER DOCUMENTE
   ========================================================= */

.venetia-legal__heading {
    margin-bottom: 22px;
}

.venetia-legal__eyebrow {
    display: inline-block;

    margin-bottom: 8px;

    color: #0035BE;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .06em;
    text-transform: uppercase;
}

.venetia-legal__heading h2 {
    margin: 0 0 7px;

    color: #283044;

    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.venetia-legal__heading p {
    max-width: 680px;

    margin: 0;

    color: #687187;

    font-size: 14px;
    line-height: 1.65;
}


/* =========================================================
   GRID DOCUMENTE
   ========================================================= */

.venetia-legal__grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 14px;
}


/* =========================================================
   CARD / BUTON
   ========================================================= */

.venetia-legal-card {
    position: relative;

    display: flex;
    align-items: center;

    gap: 14px;

    min-width: 0;
    min-height: 106px;

    padding: 18px;

    border: 1px solid #E2E8F1;
    border-radius: 14px;

    background: #F9FBFE;

    color: #283044;

    text-decoration: none !important;

    transition:
        transform .22s ease,
        border-color .22s ease,
        background-color .22s ease,
        box-shadow .22s ease;
}

.venetia-legal-card:hover {
    transform: translateY(-3px);

    border-color: rgba(0, 53, 190, .38);

    background: #F4F8FF;

    box-shadow:
        0 10px 24px rgba(0, 53, 190, .09);
}


/* =========================================================
   ICON
   ========================================================= */

.venetia-legal-card__icon {
    display: flex;

    flex: 0 0 48px;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 13px;

    background: #EAF1FF;

    color: #0035BE;

    transition:
        background-color .22s ease,
        color .22s ease,
        transform .22s ease;
}

.venetia-legal-card__icon svg {
    width: 24px;
    height: 24px;
}

.venetia-legal-card:hover .venetia-legal-card__icon {
    background: #0035BE;
    color: #FFFFFF;

    transform: scale(1.04);
}


/* =========================================================
   TEXT
   ========================================================= */

.venetia-legal-card__content {
    display: block;

    min-width: 0;

    padding-right: 18px;
}

.venetia-legal-card__content strong {
    display: block;

    margin-bottom: 5px;

    color: #283044;

    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.venetia-legal-card__content small {
    display: block;

    color: #687187;

    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}


/* =========================================================
   SĂGEATĂ
   ========================================================= */

.venetia-legal-card__arrow {
    position: absolute;

    top: 50%;
    right: 16px;

    color: #0035BE;

    font-size: 20px;
    font-weight: 700;

    transform: translateY(-50%);

    transition:
        transform .22s ease;
}

.venetia-legal-card:hover .venetia-legal-card__arrow {
    transform:
        translateY(-50%)
        translateX(3px);
}


/* =========================================================
   TABLETĂ
   ========================================================= */

@media (max-width: 900px) {

    .venetia-legal__grid {
        grid-template-columns: 1fr;
    }

    .venetia-legal-card {
        min-height: 88px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .venetia-company-card__header {
        margin-bottom: 12px;
        padding: 0 2px;
    }

    .venetia-company-card__header h2 {
        font-size: 20px;
    }

    .venetia-company-card__header p {
        font-size: 13px;
    }

    .venetia-legal {
        margin-top: 16px;

        padding: 18px 14px;

        border-radius: 12px;
    }

    .venetia-legal__heading {
        margin-bottom: 16px;
    }

    .venetia-legal__heading h2 {
        font-size: 20px;
    }

    .venetia-legal__heading p {
        font-size: 13px;
        line-height: 1.55;
    }

    .venetia-legal__grid {
        gap: 10px;
    }

    .venetia-legal-card {
        min-height: 82px;

        gap: 12px;

        padding: 14px 40px 14px 14px;

        border-radius: 11px;
    }

    .venetia-legal-card__icon {
        flex-basis: 42px;

        width: 42px;
        height: 42px;

        border-radius: 10px;
    }

    .venetia-legal-card__icon svg {
        width: 21px;
        height: 21px;
    }

    .venetia-legal-card__content {
        padding-right: 0;
    }

    .venetia-legal-card__content strong {
        margin-bottom: 3px;

        font-size: 13px;
    }

    .venetia-legal-card__content small {
        font-size: 11px;
        line-height: 1.4;
    }

    .venetia-legal-card__arrow {
        right: 14px;

        font-size: 18px;
    }

}