.page-hero { min-height: 278px; display: flex; align-items: center; padding: 42px 0; background-position: center; }
.page-hero .container { position: relative; width: min(100% - 48px, 1180px); }
.page-hero .page-hero-title { max-width: 530px; margin: 0 0 16px; font-size: clamp(36px, 3.35vw, 52px); line-height: 1.05; font-weight: 600; }
.page-hero .page-hero-desc { max-width: 500px; margin: 0; font-size: 16px; line-height: 1.55; opacity: 1; }
.page-hero .page-hero-cta {
	position: absolute;
	right: 0;
	bottom: 20px;
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-width: 204px;
	padding: 8px 20px 8px 9px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #218a45;
	color: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,.25);
	font-size: 13px;
	line-height: 1.2;
	transition: transform .18s ease, background-color .18s ease;
}
.page-hero .page-hero-cta:hover { color: #fff; background: #187039; transform: translateY(-2px); }
.page-hero-cta-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; }
.page-hero-cta-icon .icon { width: 25px; height: 25px; }
.page-hero-cta strong, .page-hero-cta small { display: block; }
.page-hero-cta strong { font-size: 13px; font-weight: 700; }
.page-hero-cta small { font-size: 12px; }

.cotiza-form-section { padding: 28px 0 26px; background: #fff; }
.cotiza-form-section > .container { width: 80%; max-width: 1800px; padding-left: 0; padding-right: 0; }
.cotiza-form-section .gt-form { max-width: none; }

/* ── Encabezado ── */
.cotiza-heading { text-align: center; text-transform: uppercase; font-size: 20px; font-weight: 700; margin: 0 0 22px; }

/* ── Stepper (decorativo) ── */
.cotiza-steps {
	display: flex;
	justify-content: center;
	gap: 0;
	margin: 0 auto 30px;
	max-width: 1120px;
}
.cotiza-step-badge {
	flex: 1;
	max-width: 280px;
	text-align: center;
	position: relative;
	padding: 0 8px;
	border: 0;
	background: transparent;
	font-family: inherit;
	cursor: pointer;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.cotiza-step-badge:hover { transform: translateY(-2px); }
/* Línea conectora */
.cotiza-step-badge::before {
	content: '';
	position: absolute;
	top: 16px;
	left: -42%;
	width: 84%;
	height: 1px;
	background: #bcc8c0;
	z-index: 0;
}
.cotiza-step-badge:first-child::before { display: none; }
.cotiza-step-badge.is-active::before { background: var(--color-green); }
.cotiza-step-circle {
	position: relative;
	z-index: 1;
	width: 32px; height: 32px;
	border-radius: 50%;
	background: #7e8582;
	color: var(--color-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 8px 0;
	font-size: 14px;
	font-weight: 700;
}
.cotiza-step-icon { position: relative; z-index: 1; display: inline-flex; vertical-align: middle; width: 25px; height: 25px; margin-bottom: 8px; color: #4f5d56; }
.cotiza-step-icon .icon { width: 100%; height: 100%; }
.cotiza-step-icon .cotiza-step-image { width: 100%; height: 100%; object-fit: contain; }
.cotiza-step-badge.is-active .cotiza-step-circle {
	background: var(--color-green);
	color: var(--color-white);
}
.cotiza-step-label { display: block; font-size: 11px; font-weight: 500; color: #4f5d56; line-height: 1.35; }
.cotiza-step-badge.is-active .cotiza-step-label { color: var(--color-dark); }
.cotiza-step-badge.is-complete .cotiza-step-circle { background: var(--color-green); }
.cotiza-step-badge.is-complete .cotiza-step-label { color: var(--color-dark); }
.cotiza-step-badge:focus-visible { outline: 3px solid rgba(30,122,70,0.25); outline-offset: 4px; border-radius: 5px; }

/* ── Grid de tarjetas ── */
.cotiza-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	align-items: start;
}
.cotiza-card {
	background: var(--color-white);
	border: 1px solid #e6ebe8;
	border-radius: 4px;
	padding: 18px;
	box-shadow: 0 2px 8px rgba(16,32,27,0.05);
}
.cotiza-card h3 {
	display: flex;
	align-items: center;
	gap: 7px;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 16px;
}
.cotiza-grid--steps { grid-template-columns: minmax(0, 1fr); max-width: 1280px; margin: 0 auto; }
.cotiza-card[hidden] { display: none; }
.cotiza-card.is-entering { animation: cotiza-step-enter 0.36s cubic-bezier(.2,.75,.25,1) both; }
.cotiza-card.is-leaving { animation: cotiza-step-leave 0.18s ease both; pointer-events: none; }
.cotiza-card-num {
	width: 20px; height: 20px;
	flex-shrink: 0;
	border-radius: 50%;
	background: var(--color-green);
	color: var(--color-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
}

/* ── Campos ── */
.cotiza-card .gt-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cotiza-card .gt-field { margin-bottom: 10px; }
.cotiza-card .gt-field label { display: block; font-size: 12px; font-weight: 500; color: #52635b; margin-bottom: 6px; }
.cotiza-card .gt-field input,
.cotiza-card .gt-field select,
.cotiza-card .gt-field textarea {
	width: 100%;
	padding: 9px 11px;
	border: 1px solid #d7ded9;
	border-radius: 4px;
	font-family: inherit;
	font-size: 14px;
	color: var(--color-dark);
	background: #fff;
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.cotiza-card .gt-field textarea { resize: vertical; line-height: 1.5; }
.cotiza-card .gt-field select {
	min-height: 40px;
	padding-right: 42px;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	background-color: #f9fbfa;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m3.5 5.75 4.5 4.5 4.5-4.5' fill='none' stroke='%231e7a46' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 13px center;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
.cotiza-card .gt-field select:hover { border-color: #9db9a7; background-color: #f4f8f5; }
.cotiza-card .gt-field select:invalid { color: #718078; }
.cotiza-card .gt-field select option { color: var(--color-dark); background: #fff; }
.cotiza-card .gt-field input:focus,
.cotiza-card .gt-field select:focus,
.cotiza-card .gt-field textarea:focus {
	border-color: var(--color-green);
	background-color: #fff;
	box-shadow: 0 0 0 3px rgba(30,122,70,0.14);
}

.cotiza-radio-inline { display: flex; gap: 12px; padding-top: 5px; }
.cotiza-radio-inline label { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 500; color: #33463c; }
.cotiza-radio-inline input { width: auto; }

/* ── Selección de equipos ── */
.cotiza-equipos-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 14px;
}
.cotiza-equipo-card {
	position: relative;
	border: 1px solid #dce5df;
	border-radius: 6px;
	padding: 8px;
	text-align: left;
	cursor: pointer;
	display: block;
	background: #fff;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.cotiza-equipo-card:hover { border-color: var(--color-green); box-shadow: 0 4px 12px rgba(16,32,27,0.10); transform: translateY(-2px); }
.cotiza-equipo-card input { position: absolute; opacity: 0; pointer-events: none; }
.cotiza-equipo-card img { border-radius: 4px; margin: 0 0 8px; width: 100%; height: 105px; object-fit: cover; }
.cotiza-equipo-card strong { display: block; min-height: 32px; font-size: 12px; text-transform: uppercase; line-height: 1.35; color: var(--color-dark); }
.cotiza-equipo-card span { display: block; font-size: 10px; color: #52635b; margin-top: 3px; line-height: 1.35; }
.cotiza-equipo-card span:first-of-type { margin-top: 7px; color: var(--color-green); font-size: 11px; font-weight: 700; }
.cotiza-equipo-card:has(input:checked) {
	border-color: var(--color-green);
	box-shadow: 0 0 0 3px rgba(30,122,70,0.14);
}
.cotiza-equipo-card:has(input:checked)::after {
	content: '✓';
	position: absolute;
	top: 14px;
	right: 14px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-green);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 1px 4px rgba(16,32,27,0.24);
}
.cotiza-asesoria { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; }
.cotiza-asesoria .icon { width: 16px; height: 16px; color: var(--color-green); }
.cotiza-step-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; padding-top: 16px; border-top: 1px solid #e6ebe8; }
.cotiza-step-actions--next { justify-content: flex-end; }
.cotiza-step-actions .btn { min-height: 42px; justify-content: center; font-size: 12px; }
.cotiza-step-actions .cotiza-submit { width: auto; flex: 1; margin-top: 0; }
.cotiza-grid--steps .cotiza-equipos-grid { grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); }
.cotiza-grid--steps .cotiza-equipo-card img { height: 130px; }

.cotiza-review-panel { padding: 18px; border: 1px solid #cfe2d5; border-radius: 8px; background: #f7fbf8; }
.cotiza-review-heading { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid #dce9e0; }
.cotiza-review-heading .cotiza-card-num { width: 25px; height: 25px; font-size: 13px; }
.cotiza-review-heading strong { display: block; color: var(--color-dark); font-size: 15px; }
.cotiza-review-heading p { margin: 2px 0 0; color: #52635b; font-size: 12px; }
.cotiza-review-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding-top: 14px; }
.cotiza-review-section { padding: 12px; border: 1px solid #e0ebe3; border-radius: 6px; background: #fff; }
.cotiza-review-section h4 { margin: 0 0 10px; color: var(--color-green); font-size: 11px; letter-spacing: .03em; text-transform: uppercase; }
.cotiza-review-grid { display: grid; gap: 8px; }
.cotiza-review-item { display: grid; gap: 2px; }
.cotiza-review-item span { color: #718078; font-size: 10px; }
.cotiza-review-item strong { color: var(--color-dark); font-size: 12px; font-weight: 600; line-height: 1.4; overflow-wrap: anywhere; }

/* ── Info box ── */
.cotiza-info-box {
	display: flex;
	gap: 12px;
	background: #eef6f0;
	border: 1px solid #cfe6d7;
	border-radius: 4px;
	padding: 8px 10px;
	margin: 4px 0 10px;
}
.cotiza-info-box .icon { width: 16px; height: 16px; color: var(--color-green); flex-shrink: 0; margin-top: 2px; }
.cotiza-info-box strong { display: block; font-size: 12px; color: var(--color-dark); }
.cotiza-info-box p { margin: 2px 0 0; font-size: 11px; line-height: 1.45; color: #4a5a52; }

.cotiza-submit { width: 100%; justify-content: center; margin-top: 6px; }
.cotiza-card .gt-checkbox { display: flex; gap: 6px; align-items: flex-start; font-size: 11px; line-height: 1.4; margin: 4px 0 10px; }
.cotiza-card .gt-checkbox input { margin-top: 2px; }
.gt-form-feedback { margin-top: 10px; text-align: center; font-size: 13px; }
.gt-form-feedback.is-loading,
.gt-form-feedback.is-success { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 28px; }
.cotiza-feedback-envelope { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: #e7f4eb; color: var(--color-green); font-size: 17px; line-height: 1; }
.gt-form-feedback.is-loading .cotiza-feedback-envelope { animation: cotiza-envelope-fly 1.05s ease-in-out infinite; }
.gt-form-feedback.is-success .cotiza-feedback-envelope { background: var(--color-green); color: #fff; animation: cotiza-envelope-sent 0.55s cubic-bezier(.2,.8,.3,1) both; }
.cotiza-submit.is-sending { opacity: 0.72; cursor: wait; }

@keyframes cotiza-step-enter { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: translateX(0); } }
@keyframes cotiza-step-leave { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(-18px); } }
@keyframes cotiza-envelope-fly { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-4px) rotate(-7deg); } }
@keyframes cotiza-envelope-sent { 0% { transform: scale(.65) rotate(-12deg); } 65% { transform: scale(1.18) rotate(5deg); } 100% { transform: scale(1) rotate(0); } }

@media (prefers-reduced-motion: reduce) {
	.cotiza-card.is-entering, .cotiza-card.is-leaving, .gt-form-feedback.is-loading .cotiza-feedback-envelope, .gt-form-feedback.is-success .cotiza-feedback-envelope { animation: none; }
	.cotiza-step-badge { transition: none; }
}

.cotiza-por-que { padding: 48px 0 54px; background: #f1f5f2; border-top: 1px solid #e1e9e3; border-bottom: 1px solid #e1e9e3; }
.cotiza-por-que .container { max-width: 1380px; }
.cotiza-por-que .section-label { margin: 0; font-size: 22px; font-weight: 700; letter-spacing: 0.01em; }
.cotiza-por-que .tarjeta-grid { gap: 16px; padding: 28px 0 0; }
.cotiza-por-que .tarjeta-card { display: flex; flex-direction: column; align-items: center; min-height: 178px; padding: 22px 16px; background: var(--color-white); border: 1px solid #dce7df; border-radius: 10px; text-align: center; box-shadow: 0 5px 16px rgba(16,32,27,0.06); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.cotiza-por-que .tarjeta-card:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(16,32,27,0.12); }
.cotiza-por-que .tarjeta-card-icon { width: 58px; height: 58px; flex: 0 0 58px; margin: 0 0 14px; }
.cotiza-por-que .tarjeta-card-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.cotiza-por-que .tarjeta-card h3 { font-size: 14px; line-height: 1.3; margin: 0 0 7px; }
.cotiza-por-que .tarjeta-card-desc { font-size: 12px; line-height: 1.45; }

/* ── Responsive ── */
@media (max-width: 900px) {
	.cotiza-grid { grid-template-columns: 1fr; }
	.cotiza-step-label { font-size: 11px; }
	.cotiza-equipos-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.cotiza-form-section > .container { width: auto; padding-left: 16px; padding-right: 16px; }
	.page-hero { min-height: 250px; padding: 42px 0; }
	.page-hero .page-hero-title { font-size: 34px; }
	.page-hero .page-hero-desc { font-size: 15px; }

	.cotiza-form-section { padding: 24px 0 32px; }
	.cotiza-heading { font-size: 18px; line-height: 1.3; margin-bottom: 20px; }
	.cotiza-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 24px; }
	.cotiza-step-badge { max-width: none; min-height: 82px; padding: 12px 8px; border: 1px solid #e1e8e3; border-radius: 6px; background: #fff; }
	.cotiza-step-badge::before { display: none; }
	.cotiza-step-badge.is-active { border-color: var(--color-green); background: #f2f8f4; }
	.cotiza-step-circle { width: 30px; height: 30px; margin: 0 7px 7px 0; }
	.cotiza-step-icon { width: 23px; height: 23px; margin-bottom: 7px; }
	.cotiza-step-label { font-size: 12px; line-height: 1.3; }

	.cotiza-grid { gap: 14px; }
	.cotiza-card { padding: 16px; border-radius: 6px; }
	.cotiza-card h3 { align-items: flex-start; font-size: 13px; line-height: 1.35; margin-bottom: 18px; }
	.cotiza-card-num { margin-top: -1px; }
	.cotiza-card .gt-form-row { grid-template-columns: 1fr; }
	.cotiza-card .gt-field { margin-bottom: 14px; }
	.cotiza-card .gt-field label { font-size: 12px; margin-bottom: 6px; }
	.cotiza-card .gt-field input,
	.cotiza-card .gt-field select,
	.cotiza-card .gt-field textarea { min-height: 44px; padding: 10px 12px; font-size: 16px; }
	.cotiza-card .gt-field textarea { min-height: 96px; }

	.cotiza-equipos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; }
	.cotiza-grid--steps .cotiza-equipos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cotiza-equipo-card { min-height: 100%; padding: 7px; border-radius: 5px; }
	.cotiza-equipo-card img { height: 112px; margin-bottom: 8px; }
	.cotiza-equipo-card strong { font-size: 11px; line-height: 1.3; }
	.cotiza-equipo-card span { font-size: 10px; line-height: 1.35; margin-top: 3px; }
	.cotiza-asesoria { width: 100%; min-height: 44px; padding: 9px 0; font-size: 13px; line-height: 1.35; }

	.cotiza-radio-inline { flex-direction: column; align-items: flex-start; gap: 10px; padding-top: 4px; }
	.cotiza-radio-inline label { min-height: 24px; font-size: 13px; }
	.cotiza-radio-inline input { width: 18px; height: 18px; }
	.cotiza-info-box { gap: 10px; padding: 12px; margin: 2px 0 14px; border-radius: 6px; }
	.cotiza-info-box .icon { width: 18px; height: 18px; }
	.cotiza-info-box strong { font-size: 12px; }
	.cotiza-info-box p { font-size: 11px; line-height: 1.45; }
	.cotiza-card .gt-checkbox { gap: 8px; font-size: 12px; line-height: 1.45; margin: 6px 0 16px; }
	.cotiza-card .gt-checkbox input { width: 18px; height: 18px; flex: 0 0 18px; }
	.cotiza-submit { min-height: 48px; padding: 12px 16px; font-size: 13px; }
	.cotiza-step-actions { align-items: stretch; flex-direction: column-reverse; margin-top: 18px; }
	.cotiza-step-actions--next { align-items: flex-end; }
	.cotiza-step-actions .btn { width: 100%; min-height: 48px; }
	.cotiza-step-actions .cotiza-submit { width: 100%; }
	.cotiza-review-panel { padding: 14px; }
	.cotiza-review-content { grid-template-columns: 1fr; gap: 10px; }

	.cotiza-por-que { padding: 32px 0 36px; }
	.cotiza-por-que .section-label { font-size: 18px; line-height: 1.4; }
	.cotiza-por-que .tarjeta-grid { gap: 12px; padding-top: 20px; }
	.cotiza-por-que .tarjeta-card { min-height: 164px; padding: 18px 12px; }
	.cotiza-por-que .tarjeta-card-icon { width: 50px; height: 50px; flex-basis: 50px; margin-bottom: 12px; }
	.cotiza-por-que .tarjeta-card h3 { font-size: 13px; }
	.cotiza-por-que .tarjeta-card-desc { font-size: 11px; }
}

@media (max-width: 380px) {
	.cotiza-card { padding: 14px; }
	.cotiza-equipo-card img { height: 82px; }
	.cotiza-equipo-card strong { font-size: 10px; }
	.cotiza-equipo-card span { font-size: 9px; }
}
