/*
Theme Name: IND Tech Bosa Child
Theme URI: https://indtech.co.nz
Description: Production-ready Bosa Pro child theme for the IND TECH LIMITED website.
Author: Codex
Author URI: https://indtech.co.nz
Template: bosa-pro
Version: 1.0.0
Text Domain: indtech-bosa-child
Requires at least: 6.4
Requires PHP: 7.4
*/

:root {
	--indtech-navy: #081c3b;
	--indtech-blue-deep: #162d55;
	--indtech-blue: #1657a1;
	--indtech-aqua: #81d8cf;
	--indtech-charcoal: #222222;
	--indtech-ivory: #faf7f0;
	--indtech-white: #ffffff;
	--indtech-gradient-dark: linear-gradient(135deg, #081c3b 0%, #162d55 45%, #1657a1 100%);
	--indtech-gradient-soft: linear-gradient(135deg, rgba(22, 87, 161, 0.1) 0%, rgba(129, 216, 207, 0.24) 100%);
	--indtech-gradient-hero: radial-gradient(circle at top left, rgba(129, 216, 207, 0.22), transparent 35%), linear-gradient(135deg, #081c3b 0%, #162d55 48%, #1657a1 100%);
	--indtech-shadow-lg: 0 24px 60px rgba(8, 28, 59, 0.18);
	--indtech-shadow-md: 0 18px 40px rgba(8, 28, 59, 0.12);
	--indtech-shadow-sm: 0 10px 24px rgba(8, 28, 59, 0.08);
	--indtech-radius-xl: 32px;
	--indtech-radius-lg: 24px;
	--indtech-radius-md: 18px;
	--indtech-radius-sm: 12px;
	--indtech-content-width: 1240px;
	--indtech-content-width-narrow: 860px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--indtech-ivory);
	color: var(--indtech-charcoal);
	font-family: "Open Sans", sans-serif;
	line-height: 1.7;
}

body.indtech-site {
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(250, 247, 240, 0.95)),
		radial-gradient(circle at top left, rgba(129, 216, 207, 0.12), transparent 30%);
	background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
	color: var(--indtech-navy);
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
}

p,
li,
.wp-block-paragraph,
.wp-block-list {
	color: var(--indtech-charcoal);
}

a {
	color: var(--indtech-blue);
	transition: color 0.25s ease, opacity 0.25s ease;
}

a:hover,
a:focus {
	color: var(--indtech-navy);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button__link,
.wp-element-button {
	background: var(--indtech-gradient-dark);
	border: 1px solid transparent;
	border-radius: 999px;
	box-shadow: var(--indtech-shadow-sm);
	color: var(--indtech-white);
	font-family: "Poppins", sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	padding: 0.95rem 1.5rem;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-element-button:hover,
.wp-element-button:focus {
	background: var(--indtech-white);
	border-color: rgba(22, 87, 161, 0.18);
	color: var(--indtech-navy);
	transform: translateY(-1px);
}

.is-style-outline > .wp-block-button__link,
.indtech-button-outline .wp-block-button__link {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: none;
	color: var(--indtech-white);
}

.is-style-outline > .wp-block-button__link:hover,
.indtech-button-outline .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: var(--indtech-white);
	color: var(--indtech-white);
}

.site-content.indtech-site-content,
.indtech-page-shell,
.indtech-legal-shell {
	position: relative;
	z-index: 1;
}

.indtech-shell {
	margin: 0 auto;
	max-width: var(--indtech-content-width);
	padding: 0 24px;
	position: relative;
}

.indtech-shell--narrow {
	max-width: var(--indtech-content-width-narrow);
}

.indtech-section {
	padding: 88px 0;
	position: relative;
}

.indtech-section:first-child {
	padding-top: 0;
}

.indtech-section--hero {
	background: var(--indtech-gradient-hero);
	color: var(--indtech-white);
	overflow: hidden;
	padding: 112px 0 96px;
}

.indtech-section--hero::before,
.indtech-section--hero::after {
	border-radius: 999px;
	content: "";
	position: absolute;
}

.indtech-section--hero::before {
	background: rgba(129, 216, 207, 0.14);
	height: 420px;
	right: -140px;
	top: -100px;
	width: 420px;
}

.indtech-section--hero::after {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 36px 36px;
	bottom: -160px;
	height: 420px;
	left: -80px;
	opacity: 0.35;
	width: 420px;
}

.indtech-section--alt {
	background: var(--indtech-white);
}

.indtech-section--soft {
	background: var(--indtech-gradient-soft);
}

.indtech-section--dark {
	background: var(--indtech-gradient-dark);
	color: var(--indtech-white);
}

.indtech-section--dark h1,
.indtech-section--dark h2,
.indtech-section--dark h3,
.indtech-section--dark p,
.indtech-section--dark li {
	color: var(--indtech-white);
}

.indtech-eyebrow {
	color: var(--indtech-aqua);
	font-family: "Poppins", sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.indtech-section-title {
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.08;
	margin-bottom: 18px;
}

.indtech-section-intro,
.indtech-lead {
	font-size: 1.08rem;
	max-width: 64ch;
}

.indtech-hero-grid,
.indtech-section-media-grid,
.indtech-two-column-grid {
	align-items: center;
	gap: 42px;
}

.indtech-hero-copy > * {
	position: relative;
	z-index: 2;
}

.indtech-hero-copy .wp-block-buttons {
	margin: 32px 0 0;
}

.indtech-hero-copy .indtech-lead {
	color: rgba(255, 255, 255, 0.9);
	max-width: 58ch;
}

.indtech-hero-visual,
.indtech-visual-panel {
	position: relative;
}

.indtech-visual-panel,
.indtech-card,
.indtech-step-card,
.indtech-highlight-panel,
.indtech-contact-panel,
.indtech-legal-content {
	background: var(--indtech-white);
	border: 1px solid rgba(22, 45, 85, 0.08);
	border-radius: var(--indtech-radius-lg);
	box-shadow: var(--indtech-shadow-md);
}

.indtech-visual-panel {
	overflow: hidden;
	padding: 20px;
}

.indtech-hero-visual .wp-block-image img,
.indtech-service-visual .wp-block-image img,
.indtech-dark-visual .wp-block-image img,
.indtech-visual-panel img {
	border-radius: calc(var(--indtech-radius-lg) - 8px);
	display: block;
	width: 100%;
}

.indtech-metrics,
.indtech-card-grid,
.indtech-sample-grid,
.indtech-contact-grid {
	gap: 24px;
}

.indtech-metric {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--indtech-radius-md);
	padding: 20px;
}

.indtech-metric strong {
	color: var(--indtech-white);
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.9rem;
	line-height: 1;
	margin-bottom: 8px;
}

.indtech-metric span {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	font-size: 0.95rem;
}

.indtech-card,
.indtech-step-card,
.indtech-contact-panel,
.indtech-highlight-panel {
	height: 100%;
	padding: 28px;
}

.indtech-card h3,
.indtech-step-card h3,
.indtech-contact-panel h3,
.indtech-highlight-panel h3 {
	font-size: 1.28rem;
	margin-bottom: 12px;
}

.indtech-card p:last-child,
.indtech-step-card p:last-child,
.indtech-contact-panel p:last-child,
.indtech-highlight-panel p:last-child {
	margin-bottom: 0;
}

.indtech-card--accent,
.indtech-highlight-panel {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(129, 216, 207, 0.12));
}

.indtech-step-index {
	align-items: center;
	background: var(--indtech-gradient-dark);
	border-radius: 999px;
	color: var(--indtech-white);
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	margin-bottom: 18px;
	width: 42px;
}

.indtech-icon-chip {
	background: rgba(22, 87, 161, 0.08);
	border-radius: 999px;
	color: var(--indtech-blue);
	display: inline-flex;
	font-family: "Poppins", sans-serif;
	font-size: 0.83rem;
	font-weight: 700;
	margin-bottom: 16px;
	padding: 0.45rem 0.8rem;
}

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

.indtech-list li,
.indtech-check-list li {
	padding-left: 28px;
	position: relative;
}

.indtech-list li + li,
.indtech-check-list li + li {
	margin-top: 12px;
}

.indtech-list li::before,
.indtech-check-list li::before {
	color: var(--indtech-blue);
	content: "+";
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	left: 0;
	position: absolute;
	top: 0;
}

.indtech-check-list li::before {
	content: "\2022";
	font-size: 1.35rem;
	line-height: 1;
}

.indtech-cta-band {
	background: var(--indtech-gradient-dark);
	border-radius: var(--indtech-radius-xl);
	box-shadow: var(--indtech-shadow-lg);
	color: var(--indtech-white);
	overflow: hidden;
	padding: 42px;
	position: relative;
}

.indtech-cta-band::after {
	background: radial-gradient(circle, rgba(129, 216, 207, 0.25) 0%, transparent 60%);
	content: "";
	height: 240px;
	position: absolute;
	right: -60px;
	top: -40px;
	width: 240px;
}

.indtech-cta-band h2,
.indtech-cta-band p {
	color: var(--indtech-white);
	position: relative;
	z-index: 1;
}

.indtech-contact-cta-grid,
.indtech-section-media-grid {
	gap: 32px;
}

.indtech-dark-visual .indtech-visual-panel {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: none;
}

.indtech-dark-visual .indtech-visual-panel img {
	background: rgba(255, 255, 255, 0.02);
}

.indtech-page-shell {
	padding: 56px 0 96px;
}

.indtech-legal-shell {
	padding: 72px 0 96px;
}

.indtech-page-header {
	margin-bottom: 28px;
}

.indtech-page-header h1 {
	font-size: clamp(2rem, 4vw, 3.1rem);
	margin-bottom: 12px;
}

.indtech-page-header p {
	max-width: 64ch;
}

.indtech-entry .entry-content > *:not(.alignfull):not(.alignwide),
.indtech-legal-content > * {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--indtech-content-width-narrow);
}

.indtech-entry .entry-content > .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--indtech-content-width);
}

.indtech-entry .entry-content > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: auto;
}

.indtech-legal-content {
	margin: 0 auto;
	max-width: var(--indtech-content-width-narrow);
	padding: 42px;
}

.indtech-legal-content h2 {
	margin-top: 2.2rem;
}

.indtech-legal-content h2:first-of-type {
	margin-top: 0;
}

.site-footer .bottom-footer,
.site-footer .top-footer {
	background: transparent;
}

.site-footer .site-footer-inner {
	background: linear-gradient(180deg, #081c3b 0%, #162d55 100%);
}

.site-footer .footer-menu a,
.site-footer .social-profile a {
	color: rgba(255, 255, 255, 0.82);
}

.site-footer .footer-menu a:hover,
.site-footer .social-profile a:hover {
	color: var(--indtech-aqua);
}

.indtech-site-info {
	display: grid;
	gap: 0.35rem;
	padding: 1rem 0;
	text-align: center;
}

.indtech-site-info p {
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
}

.indtech-site-info__company {
	color: var(--indtech-white);
	font-family: "Poppins", sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.indtech-site-info__tagline {
	color: var(--indtech-aqua);
	font-style: italic;
}

.indtech-site-info a {
	color: var(--indtech-white);
}

.indtech-site-info a:hover,
.indtech-site-info a:focus {
	color: var(--indtech-aqua);
}

.indtech-divider {
	background: rgba(22, 45, 85, 0.1);
	height: 1px;
	margin: 26px 0;
	width: 100%;
}

.indtech-badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.indtech-badge-row span {
	background: rgba(22, 87, 161, 0.08);
	border-radius: 999px;
	color: var(--indtech-blue-deep);
	font-family: "Poppins", sans-serif;
	font-size: 0.86rem;
	font-weight: 600;
	padding: 0.5rem 0.85rem;
}

.indtech-callout {
	background: rgba(129, 216, 207, 0.14);
	border-left: 4px solid var(--indtech-blue);
	border-radius: var(--indtech-radius-sm);
	padding: 1rem 1.25rem;
}

.indtech-callout p:last-child {
	margin-bottom: 0;
}

.wp-block-separator.indtech-separator {
	background: rgba(22, 45, 85, 0.12);
	border: 0;
	height: 1px;
}

@media (max-width: 991px) {
	.indtech-section {
		padding: 72px 0;
	}

	.indtech-section--hero {
		padding: 96px 0 72px;
	}

	.indtech-shell {
		padding: 0 20px;
	}

	.indtech-card,
	.indtech-step-card,
	.indtech-contact-panel,
	.indtech-highlight-panel {
		padding: 24px;
	}

	.indtech-cta-band,
	.indtech-legal-content {
		padding: 32px;
	}
}

@media (max-width: 767px) {
	.indtech-section {
		padding: 64px 0;
	}

	.indtech-section--hero {
		padding: 88px 0 64px;
	}

	.indtech-shell {
		padding: 0 16px;
	}

	.indtech-section-title {
		font-size: clamp(2rem, 8vw, 2.85rem);
	}

	.indtech-cta-band,
	.indtech-legal-content {
		border-radius: 24px;
		padding: 24px;
	}

	.indtech-site-info {
		padding-bottom: 0;
	}
}
