/* Ultrakoucing landing - SajtMajstor. Sve je ograniceno na .opuc, ne dira ostatak sajta. */

.opuc {
	--op-pink: #e3175b;
	--op-pink-dark: #b30f45;
	--op-cream: #fdf8ec;
	--op-navy: #1f2a5c;
	--op-green: #1e7a45;
	--op-ink: #201d1e;
	--op-muted: #5f5c5d;
	--op-line: #ece7e0;

	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: var(--op-ink);
	font-size: 17px;
	line-height: 1.7;

	/* tema koristi flex kontejner, bez ovoga se sadrzaj skupi na nulu */
	width: 100%;
	flex: 1 1 100%;
	min-width: 0;
}

.opuc * { box-sizing: border-box; }

/* sekcija preko cele sirine, i kada je tema u kontejneru */
body.opuc-page { overflow-x: hidden; }

.opuc-full {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
}

.opuc-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}

.opuc-section { padding: 72px 24px; }

.opuc h1, .opuc h2, .opuc h3 {
	font-family: 'Playfair Display', Georgia, serif;
	line-height: 1.22;
	margin: 0 0 18px;
	color: var(--op-ink);
}

.opuc p { margin: 0 0 18px; }

.opuc-h1 { font-size: clamp(30px, 3.6vw, 48px); font-weight: 700; }
.opuc-h1-sm { font-size: clamp(26px, 3vw, 38px); }
.opuc-h2 { font-size: clamp(24px, 2.6vw, 36px); font-weight: 700; }
.opuc-h2-mt { margin-top: 56px; }
.opuc-h3 { font-size: clamp(20px, 2vw, 26px); font-weight: 700; }

.opuc-kicker {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: 12px;
	font-weight: 600;
	color: var(--op-pink);
	margin: 0 0 14px;
}

.opuc-kicker-dark { color: rgba(255, 255, 255, .85); }

.opuc-lead { font-size: 19px; color: #f3eeea; max-width: 780px; }

.opuc-hero-line {
	font-size: 20px;
	line-height: 1.55;
	color: #fdf3f6;
	max-width: 760px;
	margin-top: 6px;
	margin-bottom: 12px;
}

.opuc-hero-sub {
	font-size: 16px;
	color: rgba(255, 255, 255, .78);
	max-width: 760px;
}
.opuc-lead-dark { font-size: 19px; color: var(--op-muted); max-width: 720px; }
.opuc-sub { color: var(--op-muted); max-width: 760px; }

/* ---------- HERO ---------- */

.opuc-hero {
	position: relative;
	color: #fff;
	overflow: hidden;
	background: linear-gradient(135deg, #2b1a22 0%, #4a1430 45%, #8d1145 100%);
}

.opuc-hero::before {
	content: '';
	position: absolute;
	top: -18%;
	right: -12%;
	width: 62vw;
	height: 62vw;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, rgba(227, 23, 91, .55) 0%, rgba(227, 23, 91, 0) 62%);
	pointer-events: none;
}

.opuc-hero-inner {
	position: relative;
	z-index: 2;
	padding-top: 84px;
	padding-bottom: 84px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 48px;
	align-items: center;
}

.opuc-hero-main { max-width: 720px; }
.opuc-hero .opuc-h1 { color: #fff; font-size: clamp(26px, 2.9vw, 38px); }
.opuc-hero .opuc-kicker { color: #ff8fb0; }
.opuc-hero-note { font-size: 13.5px; color: rgba(255, 255, 255, .7); margin: 14px 0 0; }

.opuc-badges {
	list-style: none;
	margin: 26px 0 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.opuc-badges li {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .22);
	backdrop-filter: blur(2px);
	border-radius: 999px;
	padding: 9px 16px;
	font-size: 14px;
	color: #fff;
}

.opuc-badges strong { font-weight: 600; }

/* ---------- Dugmad ---------- */

.opuc-btn {
	display: inline-block;
	background: var(--op-pink);
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: 16px 34px;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
	box-shadow: 0 10px 24px rgba(227, 23, 91, .28);
}

.opuc-btn:hover { background: var(--op-pink-dark); transform: translateY(-1px); }
.opuc-btn-lg { padding: 18px 40px; font-size: 16px; }
.opuc-btn-block { display: block; width: 100%; text-align: center; margin-top: 28px; }
.opuc-btn-dark { background: var(--op-navy); box-shadow: 0 10px 24px rgba(31, 42, 92, .28); }
.opuc-btn-dark:hover { background: #16204a; }

/* ---------- Odbrojavanje ---------- */

.opuc-hero-side { display: flex; justify-content: flex-end; }

.opuc-countdown {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 16px;
	padding: 26px 24px;
	text-align: center;
	backdrop-filter: blur(3px);
}
.opuc-countdown-label {
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: 12px;
	color: rgba(255, 255, 255, .75);
	margin: 0 0 10px;
}

.opuc-clock { display: flex; gap: 10px; flex-wrap: nowrap; justify-content: center; }

.opuc-clock div {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 10px;
	padding: 12px 10px;
	text-align: center;
	min-width: 66px;
}

.opuc-clock b {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 1.1;
	color: #fff;
}

.opuc-clock span {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: rgba(255, 255, 255, .75);
}

.opuc-slots { margin: 14px 0 0; font-size: 13px; color: rgba(255, 255, 255, .78); max-width: 240px; }

/* ---------- Sadrzajne sekcije ---------- */

.opuc-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 34px 0 10px;
}

.opuc-card-soft {
	background: var(--op-cream);
	border: 1px solid var(--op-line);
	border-radius: 14px;
	padding: 28px;
}

.opuc-card-soft h3 { font-size: 22px; margin-bottom: 14px; }

.opuc-check { list-style: none; margin: 0; padding: 0; }

.opuc-check li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 11px;
	font-size: 16px;
}

.opuc-check li::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 9px;
	width: 12px;
	height: 7px;
	border-left: 2px solid var(--op-pink);
	border-bottom: 2px solid var(--op-pink);
	transform: rotate(-45deg);
}

.opuc-quote {
	margin-top: 34px;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	font-style: italic;
	color: var(--op-pink);
	border-left: 3px solid var(--op-pink);
	padding-left: 20px;
}

/* ---------- Investicija ---------- */

.opuc-invest {
	background: var(--op-pink);
	color: #fff;
	padding: 76px 0;
}

.opuc-invest .opuc-h2 { color: #fff; }
.opuc-invest .opuc-sub { color: rgba(255, 255, 255, .9); }

.opuc-plans {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	margin-top: 38px;
	align-items: start;
}

.opuc-plan {
	background: #fff;
	color: var(--op-ink);
	border-radius: 16px;
	padding: 34px 30px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .16);
}

.opuc-plan-tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #fff;
	background: var(--op-green);
	border-radius: 999px;
	padding: 6px 14px;
	margin: 0 0 14px;
}

.opuc-plan-2 .opuc-plan-tag { background: var(--op-navy); }
.opuc-plan-title { font-size: 27px; margin-bottom: 6px; }
.opuc-plan-meta { color: var(--op-muted); font-size: 15px; margin-bottom: 16px; }

.opuc-price {
	margin: 0 0 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--op-line);
}

.opuc-price b {
	font-family: 'Playfair Display', serif;
	font-size: 46px;
	line-height: 1;
	color: var(--op-pink);
}

.opuc-plan-2 .opuc-price b { color: var(--op-navy); }
.opuc-price span { font-size: 15px; color: var(--op-muted); }

.opuc-plan-note { font-size: 15px; font-weight: 600; margin: 20px 0 10px; }

.opuc-moduli { margin: 0 0 6px; padding-left: 20px; }
.opuc-moduli li { margin-bottom: 10px; font-size: 16px; }
.opuc-moduli span { display: block; font-size: 14px; color: var(--op-muted); }

.opuc-gift {
	background: var(--op-cream);
	color: var(--op-ink);
	border-radius: 12px;
	padding: 18px 20px;
	margin-top: 20px;
	font-size: 15px;
}

.opuc-gift p:last-child { margin-bottom: 0; }
.opuc-gift-title { font-weight: 600; margin-bottom: 8px; }
.opuc-gift ul { margin: 0; padding-left: 20px; }
.opuc-gift-accent { background: #fff4f7; border: 1px dashed var(--op-pink); }
.opuc-gift-dark { background: #f2f4fb; }

/* ---------- Utisci ---------- */

.opuc-slider {
	position: relative;
	margin-top: 28px;
}

.opuc-utisci {
	display: flex;
	gap: 22px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scroll-behavior: smooth;
	padding: 6px 2px 14px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.opuc-utisci::-webkit-scrollbar { display: none; }

.opuc-utisak {
	flex: 0 0 calc((100% - 44px) / 3);
	scroll-snap-align: start;
	margin: 0;
	background: #fff;
	border: 1px solid var(--op-line);
	border-radius: 14px;
	padding: 26px;
	display: flex;
	flex-direction: column;
}

.opuc-utisak blockquote { flex: 1 0 auto; }

.opuc-sl-nav {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 10px;
	position: relative;
	z-index: 3;
}

.opuc-sl-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--op-line);
	background: #fff;
	color: var(--op-pink);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.opuc-sl-btn:hover { background: var(--op-pink); color: #fff; border-color: var(--op-pink); }
.opuc-sl-btn[disabled] { opacity: .35; cursor: default; }
.opuc-sl-btn[disabled]:hover { background: #fff; color: var(--op-pink); border-color: var(--op-line); }

.opuc-utisak blockquote {
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	font-size: 15.5px;
	line-height: 1.65;
	color: #3a3738;
	quotes: none;
}

.opuc-utisak blockquote::before { content: '\201E'; color: var(--op-pink); font-size: 26px; line-height: 0; vertical-align: -6px; margin-right: 3px; }

.opuc-utisak figcaption strong { display: block; font-size: 15px; }
.opuc-utisak figcaption span { font-size: 13px; color: var(--op-muted); }
.opuc-utisak-kolega { background: var(--op-cream); }

/* ---------- FAQ ---------- */

.opuc-faq { margin-top: 24px; border-top: 1px solid var(--op-line); }

.opuc-faq details { border-bottom: 1px solid var(--op-line); }

.opuc-faq summary {
	cursor: pointer;
	list-style: none;
	padding: 20px 44px 20px 0;
	font-weight: 500;
	font-size: 17px;
	position: relative;
}

.opuc-faq summary::-webkit-details-marker { display: none; }

.opuc-faq summary::after {
	content: '+';
	position: absolute;
	right: 8px;
	top: 16px;
	font-size: 24px;
	color: var(--op-pink);
	line-height: 1;
}

.opuc-faq details[open] summary::after { content: '\2013'; }
.opuc-faq-body { padding: 0 20px 22px 0; color: var(--op-muted); }
.opuc-faq-body p { margin: 0; }

/* ---------- Prijava ---------- */

.opuc-prijava { background: var(--op-cream); padding: 76px 0; }
.opuc-prijava-inner { max-width: 760px; }

.opuc-form { margin-top: 26px; }

.opuc-field { margin-bottom: 16px; }

.opuc-field label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
}

.opuc-field label span { color: var(--op-pink); }

.opuc-form input[type="text"],
.opuc-form input[type="email"],
.opuc-form input[type="tel"],
.opuc-form select,
.opuc-form textarea {
	width: 100%;
	padding: 13px 15px;
	border: 1px solid #ded7cc;
	border-radius: 8px;
	background: #fff;
	font-family: inherit;
	font-size: 16px;
	color: var(--op-ink);
}

.opuc-form input:focus,
.opuc-form select:focus,
.opuc-form textarea:focus {
	outline: 2px solid rgba(227, 23, 91, .35);
	border-color: var(--op-pink);
}

.opuc-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.opuc-note { font-size: 13.5px; color: var(--op-muted); margin-top: 14px; }

.opuc-error {
	background: #fff0f4;
	border: 1px solid var(--op-pink);
	border-radius: 8px;
	padding: 12px 14px;
	font-size: 15px;
}

/* ---------- Hvala ---------- */

.opuc-hvala { max-width: 820px; }

.opuc-pay {
	margin-top: 30px;
	background: var(--op-cream);
	border: 1px solid var(--op-line);
	border-radius: 14px;
	padding: 30px;
}

.opuc-pay-table { width: 100%; border-collapse: collapse; margin: 18px 0; }

.opuc-pay-table th,
.opuc-pay-table td {
	text-align: left;
	padding: 11px 8px;
	border-bottom: 1px solid var(--op-line);
	font-size: 15px;
	vertical-align: top;
}

.opuc-pay-table th { width: 190px; font-weight: 600; }

/* ---------- Responzivno ---------- */

@media (max-width: 980px) {
	.opuc-utisak { flex: 0 0 calc((100% - 22px) / 2); }
}

@media (max-width: 1000px) {
	.opuc-hero-inner { grid-template-columns: 1fr; gap: 30px; }
	.opuc-hero-side { justify-content: flex-start; }
	.opuc-countdown { width: 100%; }
	.opuc-slots { max-width: none; }
}

@media (max-width: 782px) {
	.opuc { font-size: 16px; }
	.opuc-section { padding: 52px 20px; }
	.opuc-hero-inner { padding-top: 62px; padding-bottom: 62px; }
	.opuc-cols,
	.opuc-plans { grid-template-columns: 1fr; }
	.opuc-utisak { flex: 0 0 88%; }
	.opuc-clock div { min-width: 70px; padding: 10px 12px; }
	.opuc-clock b { font-size: 24px; }
	.opuc-btn { width: 100%; text-align: center; }
	.opuc-pay-table th { width: 130px; }
}

/* ---------- Dodatne sekcije ---------- */

.opuc-cream { background: var(--op-cream); }

.opuc-utisci-sekcija { background: #faf9f7; }

.opuc-pink {
	background: #241b1f;
	color: #fff;
}

.opuc-pink h2,
.opuc-pink h3,
.opuc-pink .opuc-h2,
.opuc-pink .opuc-h3 { color: #fff; }
.opuc-pink p { color: rgba(255, 255, 255, .92); }

.opuc-btn-light {
	background: #fff;
	color: var(--op-pink) !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.opuc-btn-light:hover { background: #fff0f4; }

.opuc .opuc-cta-row {
	margin: 40px 0 0;
	padding-top: 6px;
	text-align: center;
}

.opuc .opuc-modul-note { margin-top: 28px; }
.opuc .opuc-hero-note { margin-top: 14px; }

/* tekst i slika */

.opuc-media {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 44px;
	align-items: center;
}

.opuc-media-img img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
	box-shadow: 0 18px 44px rgba(0, 0, 0, .14);
}

.opuc-hi {
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	line-height: 1.5;
	color: var(--op-pink);
	margin-top: 24px;
}

/* duzi tekst */

.opuc-prose { max-width: 860px; }
.opuc-prose .opuc-h3 { margin-top: 40px; }

.opuc-pull {
	margin: 34px 0;
	padding: 26px 30px;
	border: 0;
	border-left: 4px solid var(--op-pink);
	background: var(--op-cream);
	border-radius: 0 12px 12px 0;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	line-height: 1.5;
	font-style: italic;
	color: var(--op-ink);
}

/* tri kolone poredjenja */

.opuc-tri {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 34px;
}

.opuc-tri-box {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 14px;
	padding: 26px;
}

.opuc-tri-box h3 { font-size: 22px; margin-bottom: 10px; }
.opuc-tri-box p { margin: 0; font-size: 15.5px; }

.opuc-tri-box-hi {
	background: #fff;
	border-color: #fff;
	color: var(--op-ink);
}

.opuc-pink .opuc-tri-box-hi h3 { color: var(--op-pink); }
.opuc-pink .opuc-btn-light { color: #241b1f !important; }
.opuc-pink .opuc-tri-box-hi p { color: var(--op-ink); }

@media (max-width: 900px) {
	.opuc-media { grid-template-columns: 1fr; gap: 28px; }
	.opuc-media-img { order: -1; }
	.opuc-tri { grid-template-columns: 1fr; }
}

/* ---------- Program, moduli ---------- */

.opuc-cols-mod { margin-top: 34px; }

.opuc-modul {
	background: #fff;
	border: 1px solid var(--op-line);
	border-radius: 14px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.opuc-modul-tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #fff;
	background: var(--op-pink);
	border-radius: 999px;
	padding: 6px 14px;
	margin: 0 0 14px;
}

.opuc-modul h3 { font-size: 24px; margin-bottom: 8px; }
.opuc-modul-lead { color: var(--op-muted); font-size: 15.5px; margin-bottom: 18px; }
.opuc-modul-note { margin-top: 28px; color: var(--op-muted); font-size: 16px; }

/* ---------- Ko te vodi ---------- */

.opuc-brojke {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin: 26px 0 18px;
	padding: 0;
}

.opuc-brojke b {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	line-height: 1.1;
	color: var(--op-pink);
}

.opuc-brojke span { font-size: 14px; color: var(--op-muted); }

.opuc-emcc {
	font-size: 14px;
	color: var(--op-muted);
	border-left: 3px solid var(--op-pink);
	padding-left: 14px;
	margin-bottom: 0;
}

/* ---------- Koraci ---------- */

.opuc-koraci {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin: 34px 0 0;
	padding: 0;
}

.opuc-koraci li {
	background: var(--op-cream);
	border-radius: 14px;
	padding: 26px 22px;
}

.opuc-korak-broj {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--op-pink);
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 14px;
}

.opuc-koraci h3 { font-size: 19px; margin-bottom: 8px; }
.opuc-koraci p { margin: 0; font-size: 15px; color: var(--op-muted); }

/* ---------- Lepljivi CTA na mobilnom ---------- */

.opuc-sticky { display: none; }

@media (max-width: 900px) {
	.opuc-koraci { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
	.opuc-sticky {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 90;
		background: #fff;
		border-top: 1px solid var(--op-line);
		box-shadow: 0 -8px 24px rgba(0, 0, 0, .1);
		padding: 10px 14px;
	}

	.opuc-sticky span { font-size: 13px; line-height: 1.3; color: var(--op-ink); }
	.opuc-sticky strong { color: var(--op-pink); font-size: 16px; }
	.opuc-sticky .opuc-btn { width: auto; padding: 13px 18px; font-size: 13px; box-shadow: none; white-space: nowrap; }
	body.opuc-page { padding-bottom: 74px; }
}

@media (max-width: 560px) {
	.opuc-koraci { grid-template-columns: 1fr; }
	.opuc-brojke { gap: 18px; }
}
