:root {
	--ink: #151a24;
	--muted: #647084;
	--line: #dde5ee;
	--paper: #ffffff;
	--soft: #fff7ef;
	--deep: #102423;
	--orange: #f47a00;
	--orange-2: #ff9f1c;
	--green: #12624f;
	--teal: #0d9188;
	--gold: #d59b2c;
	--coral: #d75843;
	--sky: #168aad;
	--mint: #e3f7ef;
	--cream: #fff9f0;
	--shadow: 0 24px 70px rgba(16, 36, 35, 0.14);
	--radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background:
		linear-gradient(90deg, rgba(244,122,0,.04) 0 1px, transparent 1px 120px),
		linear-gradient(180deg, #fff 0%, #fff9f0 44%, #f3fbf8 100%);
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; color: var(--deep); }
h1 { font-size: clamp(2.45rem, 4.7vw, 4.55rem); overflow-wrap: normal; }
h2 { font-size: clamp(1.85rem, 3.35vw, 3rem); }
h3 { font-size: 1.15rem; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus { z-index: 999; width: auto; height: auto; padding: 10px; background: #fff; clip: auto; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid rgba(221, 229, 238, 0.9);
	backdrop-filter: blur(16px);
}
.site-header.is-scrolled { box-shadow: 0 12px 34px rgba(16, 36, 35, 0.08); }
.topbar { background: linear-gradient(90deg, var(--deep), #0e5f52 58%, var(--orange)); color: rgba(255,255,255,.9); font-size: .84rem; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; gap: 18px; justify-content: flex-end; }
.topbar-inner span { margin-right: auto; }
.header-inner { min-height: 78px; display: grid; grid-template-columns: minmax(180px, 260px) 1fr auto; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; color: var(--deep); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--green); }
.brand-name { font-size: 1.15rem; }
.brand-logo, .custom-logo { width: min(250px, 100%); max-height: 68px; object-fit: contain; object-position: left center; }
.primary-nav .menu, .footer-menu { display: flex; align-items: center; justify-content: center; gap: 4px; padding: 0; margin: 0; list-style: none; }
.primary-nav a { display: inline-flex; padding: 8px 9px; border-radius: 8px; color: var(--deep); font-weight: 750; font-size: .86rem; }
.primary-nav a:hover, .primary-nav a:focus { background: #fff0df; color: var(--orange); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--deep); }

.button {
	display: inline-flex; align-items: center; justify-content: center; min-height: 44px;
	padding: 0 18px; border: 1px solid transparent; border-radius: 8px;
	font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(135deg, var(--orange), #ef5d1a); color: #fff; box-shadow: 0 12px 26px rgba(244,122,0,.26); }
.button-outline { border-color: rgba(255,255,255,.42); color: #fff; }
.button-light { background: #fff; color: var(--green); border-color: var(--line); }
.header-cta { background: linear-gradient(135deg, var(--deep), var(--green)); color: #fff; }
.text-link { color: var(--orange); font-weight: 850; }

.hero {
	min-height: calc(100vh - 114px);
	display: grid;
	align-items: center;
	padding: 42px 0 54px;
	background:
		linear-gradient(120deg, rgba(244,122,0,.13), transparent 38%),
		linear-gradient(150deg, #fff8ed 0%, #eaf7f4 48%, #fff 100%);
	overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(360px, 1.04fr); gap: 64px; align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--orange); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.eyebrow::before { content: ""; width: 26px; height: 4px; border-radius: 999px; background: currentColor; }
.hero-lead { max-width: 720px; margin: 18px 0 0; color: #344054; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-slider { position: relative; min-width: 0; }
.hero-slide { display: none; }
.hero-slide.is-active { display: block; animation: slideIn .48s ease both; }
.hero h1 { max-width: 680px; text-wrap: balance; }
.slider-controls { display: flex; gap: 8px; margin-top: 18px; }
.slider-dot { width: 34px; height: 8px; border: 0; border-radius: 999px; background: #cfdcda; cursor: pointer; }
.slider-dot.is-active { background: var(--orange); width: 48px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero .button-outline { border-color: var(--green); color: var(--green); background: rgba(255,255,255,.7); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-row span { padding: 8px 10px; border: 1px solid rgba(244,122,0,.22); border-radius: 8px; background: #fff; font-size: .88rem; font-weight: 750; box-shadow: 0 8px 18px rgba(16,36,35,.05); }
.hero-visual { position: relative; min-height: 520px; border-radius: 8px; background: var(--deep); display: grid; place-items: end start; box-shadow: var(--shadow); overflow: hidden; transform: rotate(.35deg); }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,36,35,.72), rgba(16,36,35,.1) 62%); }
.signal-panel { position: relative; z-index: 1; width: min(420px, 78%); margin: 28px; padding: 28px; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; color: #fff; background: rgba(16,36,35,.5); backdrop-filter: blur(12px); }
.signal-panel span { display: block; font-weight: 900; color: #f3c766; margin-bottom: 12px; }
.signal-panel strong { font-size: clamp(1.6rem, 4vw, 2.6rem); line-height: 1.06; display: block; }

.hero-image-stage {
	min-height: auto;
	padding: 34px 0 44px;
	background:
		linear-gradient(105deg, rgba(244,122,0,.14), transparent 34%),
		linear-gradient(160deg, #fff8ed 0%, #edf9f6 58%, #fff 100%);
}
.hero-image-slider {
	position: relative;
	min-height: clamp(540px, 68vh, 720px);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 28px 76px rgba(16,36,35,.18);
	background: var(--deep);
}
.hero-image-slide {
	position: absolute;
	inset: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: opacity .55s ease, visibility .55s ease;
}
.hero-image-slide.is-active {
	opacity: 1;
	visibility: visible;
	animation: none;
}
.hero-image-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-image-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(16,36,35,.7), rgba(16,36,35,.2) 56%, rgba(16,36,35,.5)),
		linear-gradient(0deg, rgba(16,36,35,.35), transparent 48%);
}
.slide-caption {
	position: absolute;
	z-index: 2;
	left: clamp(18px, 4vw, 58px);
	bottom: clamp(86px, 10vw, 112px);
	width: min(620px, calc(100% - 36px));
	padding: clamp(18px, 2.4vw, 28px);
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(135deg, rgba(244,122,0,.95), rgba(191,93,19,.82));
	box-shadow: 0 22px 48px rgba(16,36,35,.26);
}
.slide-caption h1,
.slide-caption .hero-lead,
.slide-caption .eyebrow {
	color: #fff;
}
.slide-caption h1 {
	max-width: 590px;
	font-size: clamp(2rem, 3.35vw, 3.35rem);
	text-shadow: 0 10px 28px rgba(16,36,35,.18);
}
.slide-caption .hero-lead {
	margin-top: 14px;
	max-width: 590px;
	font-size: clamp(.98rem, 1.35vw, 1.12rem);
}
.slide-caption .eyebrow {
	margin-bottom: 12px;
}
.slide-caption .hero-actions {
	margin-top: 18px;
}
.slide-caption .button-primary {
	background: #fff;
	color: var(--deep);
	box-shadow: 0 12px 24px rgba(16,36,35,.18);
}
.slide-caption .button-outline {
	border-color: rgba(255,255,255,.75);
	background: rgba(16,36,35,.18);
	color: #fff;
}
.hero-image-slider > .trust-row {
	position: absolute;
	z-index: 3;
	left: clamp(18px, 4vw, 58px);
	right: clamp(18px, 4vw, 58px);
	bottom: 24px;
	margin: 0;
}
.hero-image-slider > .trust-row span {
	background: rgba(255,255,255,.9);
	border-color: rgba(255,255,255,.52);
	color: var(--deep);
}
.hero-image-slider > .slider-controls {
	position: absolute;
	z-index: 4;
	right: clamp(18px, 4vw, 58px);
	bottom: 34px;
	margin: 0;
}

@keyframes slideIn {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: translateY(0); }
}

.section { padding: 86px 0; }
.section-muted { background: linear-gradient(135deg, #fff8ef, #eef9f5); }
.section-dark { background: linear-gradient(135deg, var(--deep), #0b6b5d 62%, #bf5d13); color: rgba(255,255,255,.86); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); }
.section-action { margin-top: 28px; }
.page-lead { max-width: 780px; color: #445066; font-size: 1.12rem; }
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card, .case-card, .value-card, .info-panel, .contact-card, .form-card {
	position: relative; overflow: hidden; border: 1px solid rgba(18,98,79,.12); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #fff8ed); padding: 24px; box-shadow: 0 10px 34px rgba(16,36,35,.06); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}
.service-card:hover, .case-card:hover, .value-card:hover, .detail-card:hover, .price-card:hover { transform: translateY(-6px); box-shadow: 0 26px 58px rgba(16,36,35,.16); border-color: rgba(244,122,0,.45); background: linear-gradient(145deg, #fff4e6, #ecfbf7); }
.service-card:nth-child(2n), .case-card:nth-child(2n), .value-card:nth-child(2n), .detail-card:nth-child(2n), .price-card:nth-child(2n) { background: linear-gradient(145deg, #f0fffb, #fff); border-color: rgba(13,145,136,.18); }
.service-card:nth-child(3n), .case-card:nth-child(3n), .value-card:nth-child(3n), .detail-card:nth-child(3n), .price-card:nth-child(3n) { background: linear-gradient(145deg, #fff7ed, #fff); border-color: rgba(215,88,67,.18); }
.service-card p, .case-card p { color: var(--muted); }
.card-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: linear-gradient(135deg, var(--orange), var(--teal)); margin-bottom: 18px; font-weight: 900; box-shadow: 0 10px 24px rgba(244,122,0,.2); }
.service-card:hover .card-icon, .value-card:hover .card-icon { transform: scale(1.06) rotate(-2deg); }
.service-card .card-icon, .value-card .card-icon { transition: transform .22s ease; }
.icon { width: 25px; height: 25px; }
.case-card img { aspect-ratio: 3 / 2; object-fit: cover; border-radius: 6px; margin-bottom: 16px; }
.case-placeholder { min-height: 190px; background: linear-gradient(145deg, #fff, #f5faf8); }
.metrics-band { background: linear-gradient(90deg, var(--deep), #0d5f53 54%, #f47a00); color: #fff; padding: 24px 0; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metrics-grid div { border-left: 1px solid rgba(255,255,255,.2); padding-left: 18px; }
.metrics-grid strong { display: block; font-size: 1.7rem; color: #f3c766; }
.metrics-grid span { color: rgba(255,255,255,.74); }
.split-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr); gap: 44px; align-items: start; }
.compact-grid .value-card p { color: var(--muted); }
.service-detail-list { display: grid; gap: 18px; }
.service-detail-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 58px minmax(0, 1fr) minmax(260px, .75fr); gap: 22px; padding: 30px; border: 1px solid rgba(18,98,79,.14); border-radius: 8px; background: linear-gradient(145deg, #fff, #fff8ed); box-shadow: 0 10px 34px rgba(16,36,35,.06); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; }
.service-detail-card:nth-child(2n) { background: linear-gradient(145deg, #f0fffb, #fff); border-color: rgba(13,145,136,.18); }
.service-detail-card:nth-child(3n) { background: linear-gradient(145deg, #fff7ed, #fff); border-color: rgba(215,88,67,.18); }
.service-detail-card:hover { transform: translateY(-5px); box-shadow: 0 26px 58px rgba(16,36,35,.15); border-color: rgba(244,122,0,.42); background: linear-gradient(145deg, #fff2e3, #ecfbf7); }
.lead-text { color: var(--deep); font-weight: 800; font-size: 1.08rem; }
.audience { color: var(--muted); }
.deliverables { border-left: 1px solid var(--line); padding-left: 22px; }
.check-list { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 9px; }
.check-list li { position: relative; padding-left: 24px; color: var(--muted); }
.check-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.price-card { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgba(18,98,79,.14); border-radius: 8px; background: linear-gradient(145deg, #fff, #f0fffb); box-shadow: 0 10px 34px rgba(16,36,35,.06); transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }
.price-card strong { display: block; margin: 12px 0; color: var(--green); font-size: 1.05rem; }
.featured-price { border-color: rgba(244,122,0,.45); background: linear-gradient(180deg, #fff7ed, #fff); box-shadow: 0 18px 46px rgba(244,122,0,.12); }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.detail-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid rgba(18,98,79,.14); border-radius: 8px; background: linear-gradient(145deg, #fff, #f0fffb); box-shadow: 0 10px 34px rgba(16,36,35,.06); transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }
.detail-card h3 { margin-bottom: 10px; }
.detail-card p { color: var(--muted); }
.timeline { display: grid; gap: 14px; counter-reset: step; }
.timeline article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(16,36,35,.06); }
.timeline article::before { counter-increment: step; content: counter(step, decimal-leading-zero); color: var(--orange); font-weight: 900; }
.cta-band { padding: 42px; border-radius: 8px; background: linear-gradient(135deg, var(--deep), #0f766e 55%, var(--orange)); color: rgba(255,255,255,.86); display: flex; align-items: center; justify-content: space-between; gap: 24px; box-shadow: 0 24px 70px rgba(16,36,35,.18); }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.process-list { display: grid; gap: 14px; }
.process-list div { display: grid; grid-template-columns: 50px 1fr; gap: 0 14px; padding: 18px; border-radius: 8px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(16,36,35,.06); }
.process-list span { grid-row: span 2; color: var(--gold); font-weight: 900; }
.process-list p { margin: 4px 0 0; color: var(--muted); }
.page-hero {
	position: relative;
	overflow: hidden;
	padding: 90px 0;
	background:
		linear-gradient(135deg, rgba(244,122,0,.13), transparent 34%),
		repeating-linear-gradient(135deg, rgba(18,98,79,.055) 0 12px, transparent 12px 28px),
		linear-gradient(135deg, #fff8ef, #f2fbf8 64%, #fff);
}
.page-hero h1 { max-width: 920px; font-size: clamp(2.25rem, 4.8vw, 4.35rem); }
.content-layout { max-width: 860px; }
.entry-content a { color: var(--green); text-decoration: underline; }
.featured-media { margin-top: 32px; }
.featured-media img { border-radius: 8px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(340px, 1.15fr); gap: 26px; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 14px; }
.contact-list li { display: grid; gap: 2px; }
.contact-list strong { color: var(--deep); }
.section-dark .form-card { color: var(--ink); }
.ng-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.ng-form label { display: grid; gap: 6px; font-weight: 750; font-size: .92rem; }
.ng-form .full, .ng-form-status, .ng-form button { grid-column: 1 / -1; }
.ng-form input, .ng-form select, .ng-form textarea {
	width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; font: inherit; background: #fff;
}
.ng-form textarea { resize: vertical; }
.ng-consent { grid-template-columns: 18px 1fr; align-items: start; font-weight: 500 !important; }
.ng-consent input { min-height: auto; margin-top: 5px; }
.ng-hp { position: absolute; left: -9999px; }
.ng-form-status:not(:empty) { padding: 10px 12px; background: #e8f4f0; border-radius: 8px; color: var(--green); font-weight: 800; }
.site-footer { padding: 56px 0 26px; background: #0b1717; color: rgba(255,255,255,.75); }
.site-footer h2 { color: #fff; font-size: 1.05rem; margin-bottom: 12px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 34px; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-menu { display: grid; justify-content: start; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; }

@media (max-width: 900px) {
	.topbar { display: none; }
	.header-inner { grid-template-columns: 1fr auto; min-height: 70px; }
	.nav-toggle { display: block; }
	.primary-nav { display: none; position: absolute; inset: 70px 20px auto; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
	.primary-nav.is-open { display: block; }
	.primary-nav .menu { display: grid; justify-content: stretch; }
	.header-cta { display: none; }
	.hero { min-height: auto; padding: 48px 0; }
	.hero-grid, .split-section, .contact-grid, .footer-grid, .detail-grid { grid-template-columns: 1fr; }
	.hero-visual { min-height: 360px; }
	.hero-image-stage { padding: 24px 0 34px; }
	.hero-image-slider { min-height: 600px; }
	.slide-caption { bottom: 114px; }
	.cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.metrics-grid { grid-template-columns: repeat(2, 1fr); }
	.pricing-grid, .service-detail-card { grid-template-columns: 1fr; }
	.deliverables { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 18px; }
}

@media (max-width: 620px) {
	.container { width: min(100% - 28px, 1180px); }
	.cards-grid, .metrics-grid, .ng-form, .pricing-grid { grid-template-columns: 1fr; }
	.section { padding: 58px 0; }
	.hero-actions .button { width: 100%; }
	.hero-image-slider { min-height: 640px; }
	.slide-caption { left: 14px; right: 14px; width: auto; bottom: 132px; }
	.hero-image-slider > .trust-row { left: 14px; right: 14px; bottom: 54px; gap: 6px; }
	.hero-image-slider > .trust-row span { font-size: .78rem; padding: 6px 8px; }
	.hero-image-slider > .slider-controls { left: 14px; right: auto; bottom: 18px; }
	.cta-band { display: grid; padding: 26px; }
	.footer-bottom { display: grid; }
}
