/*
 * DreamFast Studio — shared components: eyebrow, headings, buttons,
 * trust line, AI block, review block, FAQ, contact form.
 */

/* ---------- Eyebrow & section head ---------- */
.eyebrow {
	color: var(--lime);
	letter-spacing: 0.15em;
	text-transform: uppercase;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	font-family: var(--font-accent);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	display: inline-flex;
}
.section-head {
	max-width: 780px;
}
.section-head h2 {
	letter-spacing: -0.055em;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 700;
	line-height: 0.98;
	text-wrap: balance;
}

/* ---------- Kicker ---------- */
.hero-kicker {
	letter-spacing: 0.02em;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 700;
	display: inline-flex;
}
.hero-kicker i {
	background: var(--lime);
	border-radius: 50%;
	width: 8px;
	height: 8px;
	box-shadow: rgba(201, 255, 69, 0.08) 0 0 0 6px;
}

/* ---------- Buttons ---------- */
.hero-buttons {
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	display: flex;
}
.button {
	cursor: pointer;
	border: 0;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	gap: 20px;
	min-height: 54px;
	padding: 0 24px;
	font-size: 14px;
	font-weight: 800;
	transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
	display: inline-flex;
	position: relative;
	overflow: hidden;
}
.button:hover {
	transform: translateY(-2px);
}
.button::before {
	content: "";
	background: rgba(255, 255, 255, 0.18);
	width: 42px;
	height: 120%;
	transition: left 0.45s;
	position: absolute;
	top: -10%;
	left: -55px;
	transform: skew(-22deg);
}
.button:hover::before {
	left: calc(100% + 20px);
}
.button-primary {
	color: rgb(16, 17, 15);
	background: var(--lime);
}
.button-secondary {
	color: #fff;
	background: none;
	border: 1px solid rgb(58, 60, 55);
}
.button-light {
	color: var(--ink);
	background: #fff;
}

/* ---------- Trust line ---------- */
.direct-trust {
	color: rgb(133, 139, 130);
	align-items: center;
	gap: 11px;
	margin: 28px 0 0;
	font-size: 13px;
	line-height: 1.5;
	display: flex;
}
.avatar-dot {
	color: rgb(17, 17, 17);
	background: var(--lime);
	border-radius: 50%;
	flex: 0 0 auto;
	place-items: center;
	width: 28px;
	height: 28px;
	font-size: 11px;
	font-weight: 800;
	display: inline-grid;
}

/* ---------- AI block ---------- */
.ai-block {
	color: rgb(246, 248, 255);
	grid-template-columns: 1fr 1.2fr;
	gap: 80px;
	display: grid;
	position: relative;
}
.portfolio-ai::after {
	content: "AI";
	color: rgba(255, 255, 255, 0.024);
	direction: ltr;
	font: 800 240px / 1 Arial;
	position: absolute;
	bottom: -90px;
	left: -35px;
}
.portfolio-ai::before {
	content: "";
	pointer-events: none;
	background-image:
		radial-gradient(circle at 18% 25%, rgba(131, 101, 255, 0.11), transparent 30%),
		linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
	background-size: auto, 28px 28px, 28px 28px;
	position: absolute;
	inset: 0;
}
.ai-intro, .ai-items {
	z-index: 2;
	position: relative;
}
.ai-chip {
	color: rgb(205, 199, 232);
	border: 1px solid rgba(198, 184, 255, 0.2);
	border-radius: 999px;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	font-size: 11px;
	font-weight: 700;
	display: inline-flex;
}
.ai-chip i {
	background: rgb(185, 159, 255);
	border-radius: 50%;
	width: 7px;
	height: 7px;
	box-shadow: rgb(185, 159, 255) 0 0 14px;
}
.ai-intro h2 {
	letter-spacing: -0.05em;
	margin: 27px 0 20px;
	font-size: clamp(38px, 4vw, 62px);
	line-height: 1;
}
.ai-intro p {
	color: rgb(174, 183, 200);
	max-width: 520px;
	font-size: 16px;
	line-height: 1.8;
}
.ai-items {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-inline-end: 1px solid rgba(255, 255, 255, 0.12);
	grid-template-columns: repeat(2, 1fr);
	display: grid;
}
.ai-items > div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
	min-height: 170px;
	padding: 24px;
	transition: background 0.25s;
}
.ai-items > div:hover {
	background: rgba(255, 255, 255, 0.043);
}
.ai-items span {
	color: rgb(138, 150, 172);
	font-size: 11px;
}
.ai-items h3 {
	margin: 20px 0 10px;
	font-size: 19px;
}
.ai-items p {
	color: rgb(190, 198, 212);
	font-size: 15px;
	line-height: 1.7;
}
.ai-orbit {
	border: 1px solid rgba(185, 159, 255, 0.13);
	border-radius: 50%;
	width: 310px;
	height: 310px;
	position: absolute;
	top: -90px;
	left: -105px;
}
.ai-orbit::before, .ai-orbit::after {
	content: "";
	border: 1px solid rgba(185, 159, 255, 0.13);
	border-radius: 50%;
	position: absolute;
	inset: 45px;
}
.ai-orbit::after {
	background: rgba(185, 159, 255, 0.08);
	inset: 95px;
	box-shadow: rgba(185, 159, 255, 0.2) 0 0 55px;
}
.ai-orbit span {
	background: rgb(185, 159, 255);
	border-radius: 50%;
	width: 8px;
	height: 8px;
	position: absolute;
	box-shadow: rgb(185, 159, 255) 0 0 15px;
}
.ai-orbit span:first-child { top: 19%; right: 12%; }
.ai-orbit span:nth-child(2) { bottom: 13%; right: 28%; }
.ai-orbit span:nth-child(3) { top: 48%; left: -4px; }
.ai-orbit span:nth-child(4) { width: 5px; height: 5px; top: 4%; left: 37%; }
.ai-orbit i {
	transform-origin: center top;
	background: linear-gradient(rgb(185, 159, 255), transparent);
	width: 1px;
	height: 125px;
	position: absolute;
	inset: 50%;
	transform: rotate(47deg);
}

/* ---------- Review block (lime CTA panel) ---------- */
.review-block {
	background: #1c1f18;
	color: #fff;
	border: 1px solid rgb(52, 55, 48);
	border-radius: 24px;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: 80px;
	min-height: 520px;
	padding: 72px;
	display: grid;
	position: relative;
	overflow: hidden;
}
.review-block::after {
	content: "↗";
	color: rgba(255, 255, 255, 0.03);
	direction: ltr;
	font-size: 330px;
	line-height: 1;
	position: absolute;
	top: -75px;
	left: -10px;
}
.review-block .eyebrow {
	color: var(--lime);
}
.review-block p {
	color: rgb(200, 205, 195);
}
.review-block h2 em {
	color: var(--lime);
	font-style: normal;
}
.review-block h2 {
	letter-spacing: -0.055em;
	margin-bottom: 24px;
	font-size: clamp(42px, 5vw, 70px);
	line-height: 1;
}
.review-block p {
	max-width: 560px;
	font-size: 21px;
	line-height: 1.6;
}
.review-block .eyebrow {
	letter-spacing: 0.02em;
	margin-bottom: 24px;
	font-size: 15px;
	font-weight: 700;
}
.review-block .button {
	z-index: 1;
	margin-top: 18px;
	position: relative;
	color: rgb(16, 18, 14);
	background: var(--lime);
}
.review-list {
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	border-inline-end: 1px solid rgba(255, 255, 255, 0.13);
	grid-template-columns: repeat(2, 1fr);
	display: grid;
}
.review-list span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	border-inline-start: 1px solid rgba(255, 255, 255, 0.13);
	flex-direction: column;
	justify-content: space-between;
	min-height: 96px;
	padding: 18px;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	transition: background 0.2s, transform 0.2s;
	position: relative;
}
.review-list span::after {
	content: "↗";
	opacity: 0;
	transition: 0.2s;
	position: absolute;
	bottom: 12px;
	left: 14px;
	transform: translate(-4px, 4px);
}
.review-list span:hover {
	background: rgba(255, 255, 255, 0.05);
	transform: translateY(-2px);
}
.review-list span:hover::after {
	opacity: 0.7;
	transform: none;
}
.review-list i {
	color: rgb(101, 118, 75);
	font-size: 10px;
	font-style: normal;
}
.review-signal {
	z-index: 2;
	color: rgba(255, 255, 255, 0.25);
	letter-spacing: 0.15em;
	direction: ltr;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 9px;
	width: 150px;
	font-size: 7px;
	display: grid;
	position: absolute;
	top: 25px;
	left: 30px;
}
.review-signal i {
	background: currentcolor;
	height: 1px;
}

/* ---------- FAQ ---------- */
.faq-list {
	border-top: 1px solid rgb(52, 55, 48);
}
.faq-list details {
	border-bottom: 1px solid rgb(52, 55, 48);
	transition: background 0.2s, padding 0.2s;
}
.faq-list details:hover {
	background: rgba(92, 102, 122, 0.035);
	padding-inline: 12px;
}
.faq-list summary {
	cursor: pointer;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	min-height: 78px;
	font-size: 18px;
	font-weight: 700;
	list-style: none;
	display: flex;
}
.faq-list summary::-webkit-details-marker {
	display: none;
}
.faq-list summary i {
	border: 1px solid rgb(67, 70, 63);
	border-radius: 50%;
	place-items: center;
	width: 30px;
	height: 30px;
	font-style: normal;
	font-weight: 400;
	transition: transform 0.2s;
	display: grid;
	flex: 0 0 auto;
}
.faq-list details[open] summary i {
	transform: rotate(45deg);
}
.faq-list details p {
	max-width: 780px;
	color: rgb(146, 152, 143);
	margin: -7px 0 25px;
	font-size: 15px;
	line-height: 1.8;
}

/* ---------- Contact form (dark) ---------- */
.hp-field {
	position: absolute !important;
	inset-inline-start: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.form-alert {
	border-radius: 10px;
	margin-bottom: 18px;
	padding: 16px 18px;
	font-size: 14px;
	font-weight: 600;
}
.form-alert-success {
	color: rgb(17, 18, 15);
	background: var(--lime);
}
.form-alert-error {
	color: #fff;
	background: rgb(122, 42, 38);
	border: 1px solid rgb(168, 64, 58);
}
.contact-form {
	background: rgb(27, 29, 25);
	border: 1px solid rgb(52, 55, 49);
	border-radius: 18px;
	padding: 38px;
}
.field-row {
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	display: grid;
}
.contact-form label {
	color: rgb(240, 242, 233);
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 700;
	display: block;
}
.contact-form label small {
	color: rgb(162, 170, 183);
	font-weight: 500;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	color: rgb(245, 245, 240);
	background: rgb(16, 18, 15);
	border: 1px solid rgb(56, 59, 52);
	border-radius: 8px;
	outline: none;
	margin-top: 8px;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 400;
	transition: border 0.2s, box-shadow 0.2s;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: rgb(158, 165, 155);
	opacity: 1;
}
.contact-form input,
.contact-form select {
	height: 48px;
}
.contact-form select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%239ea59b' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 18px center;
	padding-left: 42px;
}
.contact-form textarea {
	resize: vertical;
	padding-top: 13px;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: var(--blue);
	box-shadow: rgba(47, 92, 255, 0.1) 0 0 0 3px;
}
.form-submit {
	color: rgb(16, 18, 15);
	background: var(--lime);
	width: 100%;
}
.form-note {
	color: rgb(178, 186, 198);
	text-align: center;
	margin: 12px 0 0;
	font-size: 13px;
}

/* ---------- Vertical label ---------- */
.vertical-label {
	writing-mode: vertical-rl;
	color: rgb(111, 117, 108);
	letter-spacing: 0.16em;
	direction: ltr;
	font-size: 10px;
}

/* ---------- Responsive ---------- */
@media (width <= 1040px) {
	.section-head h2 { font-size: 42px; }
	.hero-buttons { flex-direction: column; align-items: stretch; }
	.button { width: 100%; }
	.direct-trust { align-items: flex-start; font-size: 12px; }
	.ai-block { grid-template-columns: 1fr; gap: 35px; }
	.ai-items { border-inline-end: 0; grid-template-columns: 1fr; }
	.ai-items > div { border-inline-start: 0; min-height: 135px; padding: 20px 0; }
	.review-block { border-radius: 23px; grid-template-columns: 1fr; gap: 45px; min-height: auto; padding: 38px 20px; }
	.review-block h2 { font-size: 43px; }
	.review-list span { min-height: 80px; padding: 14px; font-size: 14px; }
	.faq-list summary { min-height: 70px; font-size: 15px; }
	.contact-form { border-radius: 20px; padding: 23px 17px; }
	.field-row { grid-template-columns: 1fr; gap: 0; }
}
@media (width <= 480px) {
	.review-list { grid-template-columns: 1fr; }
}
@media (width <= 760px) {
	.ai-orbit { opacity: 0.7; width: 220px; height: 220px; }
	.review-signal { width: 100px; top: 15px; left: 17px; }
	.review-block { border-radius: 20px; }
	.vertical-label { writing-mode: initial; }
}
