/* ==========================================================================
   YX SYNSDU MASTER STYLE - FINAL VERSION
   ========================================================================== */

/* 1. LAYOUT & SIDEBAR FIX (Denne tvinger den grå stolpen helt ned) */
.sdyx-v3-final .main-container {
	display: flex !important;
	align-items: stretch !important;
	flex-wrap: nowrap !important;
	max-width: 100% !important;
	background-color: #f4f4f4 !important; /* Din sidebar-farge */
}

.sdyx-v3-final .site-main {
	flex-grow: 1 !important;
	background: #ffffff !important;
	padding: 60px 50px !important;
	min-width: 0 !important;
}

/* 2. HOVED-WRAPPER OG TYPOGRAFI */
.sdyx-master-container {
	font-family: 'Inter', sans-serif !important;
	color: #0f172a !important;
	-webkit-font-smoothing: antialiased;
}

/* Overskriften med maksimal "PUNSJ" */
.sdyx-h1 {
	font-size: clamp(40px, 5vw, 64px) !important;
	font-weight: 900 !important; /* Maksimal tyngde */
	line-height: 0.95 !important;
	letter-spacing: -0.05em !important; /* Tett og proff look */
	margin: 0 0 30px 0 !important;
	color: #0f172a !important;
}

.sdyx-red { color: #CF122D !important; }
.sdyx-blue { color: #0C2340 !important; }

.sdyx-bg-red { background: #CF122D !important; }
.sdyx-bg-blue { background: #0C2340 !important; }

/* 3. HERO SEKSJON (Dette er delen du savnet) */
.sdyx-hero {
	display: flex !important;
	align-items: center !important;
	gap: 60px !important;
	margin-bottom: 80px !important;
}

.sdyx-hero-content { flex: 1.2 !important; }
.sdyx-hero-visual { flex: 1 !important; }

/* Badge Boble */
.sdyx-badge-wrap { margin-bottom: 25px !important; }
.sdyx-badge {
	background: rgba(207, 18, 45, 0.08) !important;
	color: #CF122D !important;
	padding: 10px 24px !important;
	border-radius: 100px !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	border: 1px solid rgba(207, 18, 45, 0.15) !important;
	display: inline-block !important;
	text-transform: uppercase;
}

.sdyx-lead-text {
	font-size: 18px !important;
	color: #64748b !important;
	margin-bottom: 35px !important;
	line-height: 1.6 !important;
}

.sdyx-hero-perks { display: flex !important; gap: 30px !important; }
.sdyx-perk { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 14px; }
.sdyx-perk span { color: #CF122D; }

/* 4. BROWSER MOCKUP & FAST SCROLL */
.sdyx-browser {
	border-radius: 18px !important;
	border: 1px solid #e2e8f0 !important;
	overflow: hidden !important;
	box-shadow: 0 40px 100px -20px rgba(0,0,0,0.2) !important;
}

.sdyx-browser-top {
	background: #f1f5f9 !important;
	padding: 14px 22px !important;
	display: flex !important;
	align-items: center !important;
}

.sdyx-dots { display: flex !important; gap: 8px !important; margin-right: 20px !important; }
.sdyx-dots span { width: 11px; height: 11px; border-radius: 50%; }
.dot-red { background: #ff5f56; }
.dot-amber { background: #ffbd2e; }
.dot-green { background: #27c93f; }

.sdyx-url-box {
	background: #fff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 6px !important;
	padding: 4px 15px !important;
	font-size: 11px !important;
	color: #94a3b8 !important;
	flex-grow: 1;
	text-align: center;
}

.sdyx-browser-content {
	height: 420px !important;
	overflow: hidden !important;
	position: relative !important;
}

.sdyx-browser-content img {
	width: 100% !important;
	/* RASK SCROLL: 3 sekunder */
	transition: transform 3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.sdyx-browser-content:hover img {
	transform: translateY(calc(-100% + 420px)) !important;
}

/* 5. PRISKORTENE */
.sdyx-pricing-grid {
	display: flex !important;
	gap: 30px !important;
	margin: 80px 0 !important;
}

.sdyx-card {
	background: #fff !important;
	border-radius: 35px !important;
	border: 2px solid #e2e8f0 !important;
	position: relative !important;
	flex: 1;
}

.sdyx-card-model1 { border-color: #CF122D !important; }
.sdyx-card-model2 { border-color: #0C2340 !important; flex: 2.1 !important; }

.sdyx-card-tag {
	position: absolute !important;
	top: -18px !important;
	left: 40px !important;
	padding: 8px 24px !important;
	border-radius: 50px !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: 0.1em;
}

.sdyx-card-inner { padding: 50px !important; }

/* --- TO-KOLONNERS LAYOUT FOR AVANSERT-KORTET --- */
.sdyx-two-col-layout {
	display: flex !important;
	gap: 50px !important;
	align-items: flex-start !important;
}

.sdyx-col-left {
	flex: 1 !important;
}

.sdyx-col-right {
	flex: 1 !important;
	border-left: 1px solid #e2e8f0 !important;
	padding-left: 50px !important;
}

.sdyx-card-desc {
	font-size: 16px !important;
	line-height: 1.6 !important;
	color: #64748b !important;
	margin-bottom: 25px !important;
}

/* Pris-styling */
.sdyx-price-line { 
	font-size: 42px !important; 
	font-weight: 900 !important; 
	color: #0f172a !important; 
	margin-bottom: 8px !important;
	line-height: 1 !important;
}

.sdyx-mo { 
	font-size: 16px !important; 
	color: #64748b !important; 
	font-weight: 500 !important; 
}

.sdyx-setup-fee {
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #94a3b8 !important;
	margin-bottom: 30px !important;
	display: block !important;
}

.sdyx-list-title {
	font-size: 18px !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	margin-bottom: 20px !important;
}

/* All-inclusive boks */
.sdyx-all-inclusive-box {
	background: rgba(12, 35, 64, 0.08) !important;
	padding: 26px !important;
	border-radius: 20px !important;
	margin: 25px 0 0 0 !important;
	border: 1px solid rgba(12, 35, 64, 0.1) !important;
}

.sdyx-all-inclusive-box strong {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	color: #0C2340 !important;
	margin-bottom: 10px !important;
}

.sdyx-all-inclusive-box p {
	font-size: 14px !important;
	line-height: 1.6 !important;
	color: #64748b !important;
	margin: 0 !important;
}

/* 6. SJEKKLISTER */
.sdyx-list { 
	list-style: none !important; 
	padding: 0 !important; 
	margin: 0 !important; 
}

.sdyx-list li {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	margin-bottom: 18px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	background: none !important;
	color: #334155 !important;
}

.sdyx-list .material-symbols-outlined { 
	font-size: 24px !important; 
	color: #cbd5e1 !important;
	flex-shrink: 0 !important;
}

.sdyx-check-blue .material-symbols-outlined { 
	color: #0C2340 !important;
	font-weight: 900 !important;
}

/* Typografi */
.sdyx-h3 {
	font-size: 34px !important;
	font-weight: 900 !important;
	letter-spacing: -0.03em !important;
	margin-bottom: 15px !important;
	color: #0f172a !important;
}

/* Card Footer for Kom-i-gang */
.sdyx-card-footer {
	margin-top: 30px !important;
	padding-top: 20px !important;
	border-top: 1px solid #f1f5f9 !important;
}

.sdyx-card-footer p {
	font-size: 13px !important;
	line-height: 1.6 !important;
	color: #94a3b8 !important;
	margin-bottom: 10px !important;
}

.sdyx-card-footer p:last-child {
	margin-bottom: 0 !important;
}

/* 7. KONTAKT SEKSJON */
.sdyx-contact-footer {
	display: flex !important;
	background: #f8fafc !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 50px !important;
	overflow: hidden;
}

.sdyx-partner-brand { 
	padding: 60px !important; 
	flex: 1; 
	border-right: 1px solid #e2e8f0 !important; 
}

.sdyx-contact-cta { 
	padding: 60px !important; 
	flex: 1; 
	background: #fff !important; 
}

.sdyx-footer-logo { 
	height: 50px !important; 
	margin-bottom: 25px !important; 
	display: block !important; 
}

.sdyx-footer-checks {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
	margin-top: 20px !important;
}

.sdyx-footer-checks div {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.sdyx-cta-h4 {
	font-size: 24px !important;
	font-weight: 900 !important;
	margin-bottom: 25px !important;
}

.sdyx-cta-group {
	margin-bottom: 20px !important;
}

.sdyx-cta-card {
	display: flex !important;
	align-items: center !important;
	gap: 20px !important;
	padding: 24px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 20px !important;
	text-decoration: none !important;
	color: inherit !important;
	margin-bottom: 15px !important;
	transition: 0.3s !important;
}

.sdyx-cta-card:hover { 
	border-color: #CF122D !important; 
	transform: translateY(-3px); 
	box-shadow: 0 10px 25px rgba(0,0,0,0.06) !important; 
}

.sdyx-cta-icon { 
	width: 45px; 
	height: 45px; 
	background: rgba(207, 18, 45, 0.1); 
	border-radius: 50%; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	color: #CF122D;
	flex-shrink: 0;
}

.sdyx-cta-text {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
}

.sdyx-val { 
	font-size: 20px !important; 
	font-weight: 900 !important; 
	color: #0C2340 !important; 
	display: block; 
}

.sdyx-label { 
	font-size: 11px !important; 
	font-weight: 800 !important; 
	color: #94a3b8 !important; 
	letter-spacing: 2px; 
	display: block; 
}

.sdyx-cta-sub {
	text-align: center !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	color: #94a3b8 !important;
	letter-spacing: 2px !important;
}

.sdyx-mva-disclaimer { 
	text-align: center; 
	color: #94a3b8; 
	font-size: 11px; 
	font-weight: 700; 
	letter-spacing: 4px; 
	margin-top: 60px; 
}

/* 8. RESPONSIV MOBIL-LØSNING */
@media (max-width: 1200px) {
	.sdyx-v3-final .main-container { 
		flex-wrap: wrap !important; 
	}
	
	.sdyx-hero { 
		flex-direction: column !important; 
	}
	
	.sdyx-pricing-grid { 
		flex-direction: column !important; 
	}
	
	.sdyx-contact-footer { 
		flex-direction: column !important; 
	}
	
	.sdyx-partner-brand { 
		border-right: none !important; 
		border-bottom: 1px solid #e2e8f0 !important; 
	}
	
	/* TO-KOLONNERS LAYOUT STACKER PÅ MOBIL */
	.sdyx-two-col-layout {
		flex-direction: column !important;
		gap: 30px !important;
	}
	
	.sdyx-col-right {
		border-left: none !important;
		border-top: 1px solid #e2e8f0 !important;
		padding-left: 0 !important;
		padding-top: 30px !important;
	}
}

@media (max-width: 768px) {
	.sdyx-v3-final .site-main {
		padding: 40px 25px !important;
	}
	
	.sdyx-card-inner {
		padding: 35px !important;
	}
	
	.sdyx-h1 {
		font-size: 36px !important;
	}
	
	.sdyx-h3 {
		font-size: 28px !important;
	}
	
	.sdyx-price-line {
		font-size: 36px !important;
	}
	
	.sdyx-partner-brand,
	.sdyx-contact-cta {
		padding: 40px !important;
	}
}


/* 9. TILLEGGSMODULER SEKSJON - OPPDATERT */
.sdyx-extra-offer {
	display: flex !important;
	background: #ffffff !important;
	border: 2px solid #e2e8f0 !important;
	border-radius: 50px !important;
	margin-bottom: 30px !important;
	overflow: hidden;
}

.sdyx-offer-col-left {
	padding: 60px !important;
	flex: 1 !important; /* 1/3 av bredden */
	border-right: 1px solid #e2e8f0 !important;
}

.sdyx-offer-col-right {
	padding: 60px !important;
	flex: 2 !important; /* 2/3 av bredden */
	background: rgba(207, 18, 45, 0.08) !important; /* Lys rød bakgrunn */
	display: flex;
	align-items: center;
}

.sdyx-offer-content-wrap {
	display: flex !important;
	align-items: center !important;
	gap: 40px !important;
	width: 100%;
}

.sdyx-offer-text {
	flex: 1;
}

.sdyx-offer-thumbnail {
	width: 260px; /* Litt større bilde siden kolonnen er bredere */
	flex-shrink: 0;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(207, 18, 45, 0.2);
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.sdyx-offer-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Responsiv */
@media (max-width: 1200px) {
	.sdyx-offer-col-left, .sdyx-offer-col-right {
		flex: 1 !important;
		padding: 40px !important;
	}
}