/*!
Theme Name: teknik tesisat
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teknik-tesisat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

teknik tesisat is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Teknik Tesisat Theme Enhancements
--------------------------------------------------------------*/
:root {
	--tt-bg: #f4f8f8;
	--tt-surface: #ffffff;
	--tt-text: #1c2930;
	--tt-muted: #4e5f6b;
	--tt-primary: #0c8d73;
	--tt-primary-dark: #04614d;
	--tt-accent: #f0b429;
	--tt-border: #dde5e8;
	--tt-radius: 18px;
	--tt-shadow: 0 16px 42px rgba(13, 51, 59, 0.1);
}

body {
	background: radial-gradient(circle at top right, #e7f5f2 0%, var(--tt-bg) 45%, #edf3f6 100%);
	color: var(--tt-text);
	font-family: "Avenir Next", "Segoe UI", sans-serif;
}

a {
	color: var(--tt-primary-dark);
}

a:hover,
a:focus {
	color: var(--tt-primary);
}

.container {
	width: min(1120px, 92%);
	margin-right: auto;
	margin-left: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	padding: 14px 0;
	background:
		linear-gradient(120deg, rgba(246, 252, 255, 0.94), rgba(238, 247, 252, 0.92));
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #cfe2ea;
	box-shadow: 0 10px 24px rgba(9, 52, 70, 0.08);
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 20px;
	align-items: center;
}

.site-title {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
}

.site-title a {
	color: var(--tt-text);
	text-decoration: none;
}

.site-description {
	margin: 2px 0 0;
	font-size: 0.88rem;
	color: var(--tt-muted);
}

.site-branding .custom-logo {
	width: auto;
	max-width: 220px;
	height: auto;
	filter: drop-shadow(0 8px 14px rgba(7, 59, 86, 0.14));
}

.main-navigation ul {
	gap: 8px;
}

.main-navigation a {
	padding: 8px 12px;
	border-radius: 999px;
	font-weight: 600;
	color: var(--tt-text);
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background-color: #dff1ec;
	color: var(--tt-primary-dark);
	box-shadow: 0 8px 16px rgba(7, 87, 118, 0.13);
}

.site-contact a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 16px;
	border-radius: 999px;
	background-color: var(--tt-primary);
	color: #fff;
	font-size: 0.94rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 18px rgba(5, 121, 95, 0.24);
}

.site-contact a:hover,
.site-contact a:focus {
	background-color: var(--tt-primary-dark);
	color: #fff;
}

.site-admin-shortcuts {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.site-admin-shortcuts a {
	display: inline-flex;
	align-items: center;
	padding: 7px 10px;
	border-radius: 8px;
	border: 1px solid #c8d9df;
	background-color: #fff;
	color: #38515c;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.site-admin-shortcuts a:hover,
.site-admin-shortcuts a:focus {
	border-color: #94b8c2;
	background-color: #edf6f8;
	color: #1f3f4a;
}

.site-content {
	padding-top: 26px;
}

.main-navigation .menu,
.main-navigation .nav-menu {
	align-items: center;
}

.main-navigation .menu-item {
	margin: 0;
}

.tt-breadcrumbs {
	margin: 0 0 18px;
}

.tt-breadcrumbs .container {
	padding: 10px 14px;
	border: 1px solid var(--tt-border);
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.9);
}

.tt-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.88rem;
}

.tt-breadcrumbs__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.tt-breadcrumbs__link {
	color: #32545f;
	text-decoration: none;
}

.tt-breadcrumbs__link:hover,
.tt-breadcrumbs__link:focus {
	color: var(--tt-primary-dark);
	text-decoration: underline;
}

.tt-breadcrumbs__current {
	color: var(--tt-text);
	font-weight: 700;
}

.tt-breadcrumbs__sep {
	color: #8aa2ab;
	font-weight: 600;
}

.plumbing-homepage section {
	margin-bottom: 26px;
}

.hero-section .container {
	position: relative;
	padding: clamp(30px, 5vw, 56px);
	border-radius: calc(var(--tt-radius) + 6px);
	background: linear-gradient(145deg, #10313a 0%, #11626c 55%, #2c8b88 100%);
	color: #fff;
	overflow: hidden;
	box-shadow: var(--tt-shadow);
}

.hero-section .container::after {
	content: "";
	position: absolute;
	inset: auto -120px -120px auto;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, rgba(240, 180, 41, 0.9), rgba(240, 180, 41, 0.15));
}

.hero-section h1 {
	margin: 0 0 16px;
	max-width: 840px;
	font-size: clamp(1.7rem, 4vw, 2.9rem);
	line-height: 1.16;
	letter-spacing: 0.02em;
}

.hero-section__eyebrow {
	display: inline-flex;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(240, 180, 41, 0.18);
	color: #ffde8a;
	font-size: 0.83rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hero-section__description {
	max-width: 760px;
	font-size: 1.05rem;
	line-height: 1.66;
	color: #e5f6f8;
}

.hero-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.button:hover,
.button:focus {
	transform: translateY(-1px);
}

.button--primary {
	background-color: var(--tt-accent);
	color: #1f2224;
}

.button--primary:hover,
.button--primary:focus {
	background-color: #ffd25a;
	color: #1f2224;
}

.button--secondary {
	background-color: rgba(255, 255, 255, 0.18);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.button--secondary:hover,
.button--secondary:focus {
	background-color: rgba(255, 255, 255, 0.26);
	color: #fff;
}

.hero-section__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.hero-section__highlights li {
	padding: 8px 14px;
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.16);
	font-size: 0.88rem;
}

.section-header h2 {
	margin: 0;
	font-size: clamp(1.4rem, 3vw, 2rem);
}

.section-header p {
	margin: 10px 0 0;
	max-width: 760px;
	color: var(--tt-muted);
	line-height: 1.7;
}

.services-section .container,
.trust-section .container,
.faq-section .container,
.contact-section .container {
	padding: clamp(24px, 4vw, 36px);
	border: 1px solid var(--tt-border);
	border-radius: var(--tt-radius);
	background-color: var(--tt-surface);
	box-shadow: 0 8px 26px rgba(36, 57, 68, 0.06);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.service-card {
	padding: 18px;
	border: 1px solid var(--tt-border);
	border-radius: 14px;
	background-color: #fbfdfd;
}

.service-card h3 {
	margin: 0 0 8px;
	font-size: 1.02rem;
}

.service-card h3 a {
	color: var(--tt-text);
	text-decoration: none;
}

.service-card h3 a:hover,
.service-card h3 a:focus {
	color: var(--tt-primary-dark);
}

.service-card p {
	margin: 0;
	color: var(--tt-muted);
	line-height: 1.6;
}

.service-card__link {
	display: inline-flex;
	margin-top: 10px;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
}

.trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.trust-grid article {
	padding: 18px;
	border-radius: 14px;
	background: linear-gradient(145deg, #f7fbfb 0%, #f1f6f6 100%);
	border: 1px solid var(--tt-border);
}

.trust-grid h3 {
	margin: 0 0 10px;
}

.trust-grid p {
	margin: 0;
	color: var(--tt-muted);
	line-height: 1.66;
}

.faq-list {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.faq-list details {
	padding: 14px 16px;
	border: 1px solid var(--tt-border);
	border-radius: 12px;
	background-color: #fbfdfd;
}

.faq-list summary {
	cursor: pointer;
	font-weight: 700;
}

.faq-list p {
	margin: 10px 0 2px;
	color: var(--tt-muted);
}

.contact-box {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding: 18px;
	border-radius: 14px;
	background: linear-gradient(145deg, #0d6154 0%, #188d7d 100%);
	color: #fff;
}

.trust-section__intro {
	margin: 12px 0 0;
	line-height: 1.7;
	color: var(--tt-muted);
}

.trust-list {
	margin: 16px 0 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
}

.contact-box__phone {
	margin: 0;
	font-size: clamp(1.25rem, 3vw, 1.6rem);
	font-weight: 800;
	letter-spacing: 0.02em;
}

.contact-box .button--primary {
	background-color: #fff;
	color: var(--tt-primary-dark);
}

.contact-box .button--primary:hover,
.contact-box .button--primary:focus {
	background-color: #ecf8f5;
	color: #034536;
}

.site-footer {
	padding: 34px 0;
	margin-top: 16px;
	border-top: 1px solid var(--tt-border);
	background:
		radial-gradient(circle at 10% 10%, rgba(33, 150, 243, 0.08), transparent 35%),
		radial-gradient(circle at 90% 90%, rgba(0, 200, 140, 0.1), transparent 35%),
		#f6fbfb;
}

.site-info {
	text-align: center;
}

.site-info--columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	text-align: left;
}

.site-info__col h3 {
	margin: 0 0 10px;
	font-size: 1.05rem;
}

.site-info__col p {
	margin: 0 0 8px;
	line-height: 1.65;
}

.site-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 6px;
}

.site-footer-links a {
	text-decoration: none;
	font-weight: 600;
}

.site-footer-links a:hover,
.site-footer-links a:focus {
	text-decoration: underline;
}

.site-info__line {
	margin: 0 0 12px;
	color: #304652;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.footer-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.65rem;
	justify-content: center;
}

.footer-tag-cloud__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.48rem 0.86rem;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
	border: 1px solid #cfe0f5;
	color: #123042;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(19, 72, 120, 0.12);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

a.footer-tag-cloud__item:hover,
a.footer-tag-cloud__item:focus {
	transform: translateY(-2px) scale(1.03);
	background: linear-gradient(180deg, #ffffff 0%, #e5f6ff 100%);
	border-color: #7eb8ff;
	box-shadow: 0 12px 24px rgba(11, 103, 255, 0.2);
	outline: none;
}

.footer-tag-cloud__item:nth-child(3n) {
	background: linear-gradient(180deg, #ffffff 0%, #e9fff4 100%);
	border-color: #bdebd2;
}

.footer-tag-cloud__item:nth-child(4n) {
	background: linear-gradient(180deg, #ffffff 0%, #fff4e7 100%);
	border-color: #f0d7b1;
}

@media screen and (max-width: 80em) {
	.services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 62em) {
	.site-header__inner {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.main-navigation {
		width: 100%;
	}

	.main-navigation ul {
		flex-wrap: wrap;
	}

	.site-contact {
		width: 100%;
	}

	.site-admin-shortcuts {
		width: 100%;
	}

	.footer-tag-cloud {
		gap: 0.45rem;
	}

	.footer-tag-cloud__item {
		font-size: 0.84rem;
		padding: 0.4rem 0.62rem;
	}

	.site-info--columns {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

@media screen and (max-width: 48em) {
	.services-grid,
	.trust-grid {
		grid-template-columns: 1fr;
	}

	.hero-section__highlights {
		gap: 8px;
	}

	.hero-section__highlights li {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Design Refinements
--------------------------------------------------------------*/
h1,
h2,
h3,
h4 {
	font-family: "Trebuchet MS", "Avenir Next", "Segoe UI", sans-serif;
}

.site-main {
	width: 100%;
}

.content-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	gap: 22px;
	align-items: start;
	padding-bottom: 24px;
}

.no-sidebar .content-layout {
	grid-template-columns: minmax(0, 1fr);
	max-width: 980px;
}

.content-layout--single {
	grid-template-columns: minmax(0, 1fr);
	max-width: 980px;
}

.content-layout .site-main > article,
.content-layout .site-main > section,
.content-layout .site-main > .page-header,
.content-layout .site-main > .navigation,
.content-layout .site-main > .posts-navigation {
	margin-bottom: 18px;
}

.content-layout .post,
.content-layout .page,
.content-layout .no-results,
.content-layout .not-found,
.content-layout .page-header,
.content-layout .posts-navigation,
.content-layout .post-navigation,
.content-layout .comments-area {
	padding: clamp(18px, 3vw, 28px);
	border: 1px solid var(--tt-border);
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 8px 24px rgba(22, 52, 62, 0.07);
}

.entry-header {
	margin-bottom: 12px;
}

.entry-title {
	margin: 0;
	line-height: 1.25;
}

.entry-title a {
	color: var(--tt-text);
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: var(--tt-primary-dark);
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
	font-size: 0.9rem;
	color: var(--tt-muted);
}

.entry-content,
.entry-summary {
	color: #27353c;
	line-height: 1.75;
}

.entry-content > :first-child,
.entry-summary > :first-child {
	margin-top: 0;
}

.entry-content blockquote {
	margin: 1.2em 0;
	padding: 12px 16px;
	border-left: 4px solid var(--tt-primary);
	background-color: #f4faf8;
	border-radius: 8px;
}

.entry-footer {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px dashed var(--tt-border);
	color: var(--tt-muted);
}

.widget-area {
	padding: clamp(16px, 2.8vw, 22px);
	border: 1px solid var(--tt-border);
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 8px 24px rgba(22, 52, 62, 0.07);
}

.widget-area .widget {
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #edf2f4;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.widget-title {
	margin-top: 0;
}

.menu-toggle {
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid var(--tt-border);
	border-radius: 10px;
	background-color: #fff;
	font-weight: 700;
}

.menu-toggle:hover,
.menu-toggle:focus {
	border-color: #b5c9cf;
	background-color: #f7fbfc;
}

.menu-toggle__icon {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 2px;
	margin-right: 8px;
	background-color: #274652;
	vertical-align: middle;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 2px;
	background-color: #274652;
}

.menu-toggle__icon::before {
	top: -5px;
}

.menu-toggle__icon::after {
	top: 5px;
}

.menu-toggle__label {
	vertical-align: middle;
}

.service-card,
.trust-grid article {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover,
.service-card:focus-within,
.trust-grid article:hover,
.trust-grid article:focus-within {
	transform: translateY(-3px);
	box-shadow: 0 16px 32px rgba(9, 73, 89, 0.12);
}

.process-section .container {
	padding: clamp(24px, 4vw, 36px);
	border-radius: var(--tt-radius);
	background: linear-gradient(165deg, #0d3340 0%, #12596a 100%);
	color: #f0f8fa;
	box-shadow: var(--tt-shadow);
}

.process-section .section-header p {
	color: #c7e6eb;
}

.process-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: tt-step;
}

.process-list li {
	position: relative;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 14px;
	background-color: rgba(255, 255, 255, 0.1);
}

.process-list li::before {
	counter-increment: tt-step;
	content: counter(tt-step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-bottom: 10px;
	border-radius: 50%;
	background-color: var(--tt-accent);
	color: #233035;
	font-size: 0.92rem;
	font-weight: 800;
}

.process-list h3 {
	margin: 0 0 8px;
	font-size: 1.03rem;
	color: #fff;
}

.process-list p {
	margin: 0;
	line-height: 1.65;
	color: #d6edf2;
}

.faq-list details[open] {
	background-color: #f3faf8;
}

.page-header .page-title {
	margin: 0;
}

.archive-description,
.page-content {
	color: var(--tt-muted);
}

@media screen and (max-width: 62em) {
	.content-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.site-header__inner {
		grid-template-columns: 1fr auto;
		align-items: center;
	}

	.site-branding {
		grid-column: 1 / 2;
	}

	.site-contact {
		grid-column: 1 / -1;
		order: 4;
	}

	.site-admin-shortcuts {
		grid-column: 1 / -1;
		order: 5;
	}

	.main-navigation {
		grid-column: 2 / 3;
		justify-self: end;
		width: auto;
		position: relative;
	}

	.main-navigation .menu-toggle {
		display: inline-flex;
		align-items: center;
	}

	.main-navigation ul {
		display: none;
		position: absolute;
		top: calc(100% + 10px);
		right: 0;
		z-index: 60;
		width: min(92vw, 320px);
		margin: 0;
		padding: 10px;
		border: 1px solid var(--tt-border);
		border-radius: 12px;
		background-color: #fff;
		box-shadow: 0 16px 30px rgba(13, 31, 41, 0.12);
	}

	.main-navigation.toggled ul {
		display: block;
	}

	.main-navigation li + li {
		margin-top: 4px;
	}

	.main-navigation a {
		padding: 10px 12px;
	}

	.widget-area {
		order: 2;
	}

	.process-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 37.5em) {
	.site-branding .custom-logo {
		max-width: 128px;
	}

	.tt-breadcrumbs {
		margin-bottom: 14px;
	}

	.tt-breadcrumbs .container {
		padding: 8px 10px;
	}

	.process-list {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.plumbing-homepage section {
		opacity: 0;
		animation: tt-fade-up 0.65s ease forwards;
	}

	.plumbing-homepage section:nth-of-type(2) {
		animation-delay: 0.1s;
	}

	.plumbing-homepage section:nth-of-type(3) {
		animation-delay: 0.2s;
	}

	.plumbing-homepage section:nth-of-type(4) {
		animation-delay: 0.3s;
	}

	.plumbing-homepage section:nth-of-type(5) {
		animation-delay: 0.4s;
	}

	.plumbing-homepage section:nth-of-type(6) {
		animation-delay: 0.5s;
	}
}

/*--------------------------------------------------------------
# Premium Services Page
--------------------------------------------------------------*/
.page .premium-services-hero {
	position: relative;
	margin-bottom: 18px;
	padding: clamp(22px, 4vw, 38px);
	border-radius: 20px;
	background:
		radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.2), transparent 32%),
		radial-gradient(circle at 92% 82%, rgba(255, 255, 255, 0.16), transparent 30%),
		linear-gradient(140deg, #062a3b 0%, #0e5368 54%, #1179a1 100%);
	color: #eff8fb;
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(6, 53, 75, 0.28);
}

.premium-services-hero__eyebrow {
	display: inline-flex;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.12);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.premium-services-hero__title {
	margin: 14px 0 10px;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	line-height: 1.15;
	color: #fff;
}

.premium-services-hero__desc {
	max-width: 760px;
	margin: 0;
	color: #daf0f7;
	font-size: 1.03rem;
	line-height: 1.7;
}

.premium-services-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.premium-services-grid-wrap {
	margin-bottom: 18px;
}

.premium-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.premium-service-card {
	position: relative;
	padding: 18px;
	border: 1px solid #d5e7ef;
	border-radius: 16px;
	background:
		linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
	box-shadow: 0 12px 24px rgba(12, 61, 92, 0.09);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.premium-service-card:hover,
.premium-service-card:focus-within {
	transform: translateY(-4px);
	border-color: #96c5dd;
	box-shadow: 0 18px 34px rgba(6, 77, 125, 0.16);
}

.premium-service-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: linear-gradient(135deg, #0a7298, #0ab090);
	color: #fff;
	font-size: 1.05rem;
	font-weight: 800;
}

.premium-service-card__title {
	margin: 12px 0 8px;
	font-size: 1.03rem;
	line-height: 1.35;
}

.premium-service-card__title a {
	color: #143243;
	text-decoration: none;
}

.premium-service-card__title a:hover,
.premium-service-card__title a:focus {
	color: #0a6384;
}

.premium-service-card__text {
	margin: 0;
	color: #45606d;
	font-size: 0.95rem;
	line-height: 1.65;
}

.premium-service-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 12px;
}

.premium-service-card__tags span {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	border: 1px solid #c6deeb;
	background: #eef8ff;
	color: #24556e;
	font-size: 0.78rem;
	font-weight: 700;
}

.premium-service-card__cta {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #e7f6ff;
	color: #0a5f80;
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none;
}

.premium-service-card__cta:hover,
.premium-service-card__cta:focus {
	background: #d8effd;
	color: #084d69;
}

.premium-services-content {
	padding: clamp(18px, 2.8vw, 26px);
	border: 1px solid #dceaf0;
	border-radius: 14px;
	background: #fff;
}

.premium-services-content h2 {
	font-size: 1.34rem;
	color: #123243;
}

.premium-services-content p {
	color: #3a535f;
}

/*--------------------------------------------------------------
# Premium FAQ Page
--------------------------------------------------------------*/
.premium-faq-content {
	padding: clamp(18px, 2.8vw, 26px);
	border: 1px solid #dce8f0;
	border-radius: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.premium-faq-hero {
	position: relative;
	padding: clamp(20px, 3.2vw, 32px);
	border-radius: 18px;
	background:
		radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.2), transparent 36%),
		radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.16), transparent 34%),
		linear-gradient(130deg, #083247 0%, #0b6587 52%, #13a38f 100%);
	color: #eaf7ff;
	box-shadow: 0 22px 44px rgba(7, 63, 94, 0.24);
	margin-bottom: 18px;
}

.premium-faq-hero__eyebrow {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.1);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.premium-faq-hero__title {
	margin: 12px 0 10px;
	color: #fff;
	font-size: clamp(1.65rem, 4vw, 2.25rem);
	line-height: 1.2;
}

.premium-faq-hero__desc {
	margin: 0;
	max-width: 760px;
	color: #d8edf8;
	line-height: 1.7;
}

.premium-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.premium-faq-grid details {
	border: 1px solid #cfe2ed;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(10, 70, 104, 0.08);
	overflow: hidden;
}

.premium-faq-grid details[open] {
	border-color: #8ec1d8;
	box-shadow: 0 14px 26px rgba(8, 95, 141, 0.14);
}

.premium-faq-grid summary {
	cursor: pointer;
	padding: 14px 16px;
	font-weight: 800;
	color: #123a4f;
	font-size: 0.98rem;
	list-style: none;
}

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

.premium-faq-grid p {
	margin: 0;
	padding: 0 16px 14px;
	color: #415b68;
	line-height: 1.7;
}

.premium-faq-cta {
	margin-top: 16px;
	padding: 16px;
	border-radius: 14px;
	border: 1px solid #c9deea;
	background: linear-gradient(120deg, #f4fbff 0%, #e8f6ff 55%, #e8fff6 100%);
}

.premium-faq-cta h3 {
	margin: 0 0 6px;
	font-size: 1.12rem;
	color: #113a4e;
}

.premium-faq-cta p {
	margin: 0;
	color: #395968;
}

.premium-faq-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

/*--------------------------------------------------------------
# Premium About Page
--------------------------------------------------------------*/
.premium-about-content {
	padding: clamp(18px, 2.8vw, 26px);
	border: 1px solid #dce8f0;
	border-radius: 16px;
	background: linear-gradient(180deg, #fff 0%, #f6fbff 100%);
}

.premium-about-hero {
	margin-bottom: 16px;
	padding: clamp(20px, 3.2vw, 32px);
	border-radius: 18px;
	background:
		radial-gradient(circle at 10% 16%, rgba(255, 255, 255, 0.2), transparent 36%),
		radial-gradient(circle at 88% 80%, rgba(255, 255, 255, 0.16), transparent 34%),
		linear-gradient(132deg, #082d40 0%, #0b5f80 52%, #0f9e89 100%);
	color: #e8f7ff;
	box-shadow: 0 22px 44px rgba(8, 57, 86, 0.24);
}

.premium-about-hero__eyebrow {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.1);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.premium-about-hero__title {
	margin: 12px 0 10px;
	font-size: clamp(1.7rem, 4vw, 2.3rem);
	line-height: 1.2;
	color: #fff;
}

.premium-about-hero__desc {
	margin: 0;
	max-width: 800px;
	color: #d6ebf7;
	line-height: 1.75;
}

.premium-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.premium-about-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 14px;
}

.premium-about-card {
	padding: 16px;
	border-radius: 14px;
	border: 1px solid #cfe2ed;
	background: #fff;
	box-shadow: 0 10px 22px rgba(10, 70, 104, 0.08);
}

.premium-about-card h3 {
	margin: 0 0 8px;
	color: #133c51;
	font-size: 1.04rem;
}

.premium-about-card p {
	margin: 0;
	color: #445d69;
	line-height: 1.7;
}

.premium-about-values {
	padding: 16px;
	border-radius: 14px;
	border: 1px solid #c8ddea;
	background: linear-gradient(120deg, #f3fbff 0%, #edf8ff 56%, #ecfff7 100%);
}

.premium-about-values h3 {
	margin: 0 0 10px;
	color: #12384c;
}

.premium-about-values ul {
	margin: 0;
	padding-left: 18px;
}

.premium-about-values li {
	margin-bottom: 8px;
	color: #355565;
}

.premium-about-cta {
	margin-top: 14px;
	padding: 16px;
	border-radius: 14px;
	border: 1px solid #c7dceb;
	background: #fff;
	box-shadow: 0 10px 20px rgba(12, 68, 103, 0.08);
}

.premium-about-cta h3 {
	margin: 0 0 8px;
	color: #12384e;
}

.premium-about-cta p {
	margin: 0 0 12px;
	color: #3a5665;
}

/*--------------------------------------------------------------
# Premium Contact Page
--------------------------------------------------------------*/
.page .premium-contact-hero {
	margin-bottom: 16px;
	padding: clamp(22px, 4vw, 34px);
	border-radius: 20px;
	background:
		radial-gradient(circle at 8% 14%, rgba(255, 255, 255, 0.14), transparent 34%),
		linear-gradient(132deg, #062e40 0%, #0a5f79 55%, #13a38f 100%);
	color: #edf9ff;
	box-shadow: 0 20px 44px rgba(6, 54, 76, 0.26);
}

.premium-contact-hero__eyebrow {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.12);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.premium-contact-hero__title {
	margin: 12px 0 10px;
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	color: #fff;
}

.premium-contact-hero__desc {
	margin: 0;
	max-width: 760px;
	color: #d8edf5;
	line-height: 1.7;
}

.premium-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 16px;
}

.premium-contact-card {
	padding: 18px;
	border-radius: 16px;
	border: 1px solid #d7e7ee;
	background: linear-gradient(180deg, #fff 0%, #f4fbff 100%);
	box-shadow: 0 12px 24px rgba(12, 63, 95, 0.09);
}

.premium-contact-card--primary {
	background: linear-gradient(130deg, #07384d, #0a6b8a);
	border-color: #0a6381;
	color: #e8f8ff;
}

.premium-contact-card h2 {
	margin: 0 0 10px;
	font-size: 1.14rem;
}

.premium-contact-card__phone {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.premium-contact-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.premium-contact-card__map {
	display: inline-flex;
	margin-top: 10px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #e4f5ff;
	color: #0d5f80;
	font-weight: 700;
	text-decoration: none;
}

.premium-contact-content {
	padding: clamp(18px, 2.8vw, 24px);
	border-radius: 14px;
	border: 1px solid #dce9ef;
	background: #fff;
}

.premium-contact-form-wrap {
	margin-bottom: 16px;
}

.premium-contact-form {
	padding: clamp(16px, 2.5vw, 24px);
	border: 1px solid #cfe2eb;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
	box-shadow: 0 12px 24px rgba(10, 68, 102, 0.08);
}

.premium-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.premium-contact-form__field {
	margin-bottom: 12px;
}

.premium-contact-form__field label {
	display: block;
	margin-bottom: 5px;
	color: #1d3e4f;
	font-size: 0.9rem;
	font-weight: 700;
}

.premium-contact-form__field input,
.premium-contact-form__field select,
.premium-contact-form__field textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #b9d1dd;
	border-radius: 10px;
	background: #fff;
	color: #163242;
}

.premium-contact-form__field input:focus,
.premium-contact-form__field select:focus,
.premium-contact-form__field textarea:focus {
	border-color: #1787af;
	outline: none;
	box-shadow: 0 0 0 3px rgba(23, 135, 175, 0.14);
}

.premium-contact-form__submit {
	width: 100%;
	justify-content: center;
}

.premium-contact-form__notice {
	margin-bottom: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	font-weight: 700;
}

.premium-contact-form__notice--success {
	border: 1px solid #95dfb5;
	background: #eafbf1;
	color: #18633a;
}

.premium-contact-form__notice--error {
	border: 1px solid #f0b0b0;
	background: #fff1f1;
	color: #8f2323;
}

.tt-honeypot-field {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.premium-contact-form__consent label {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-weight: 600;
}

.premium-contact-form__consent a {
	display: inline-block;
	margin-top: 6px;
	font-size: 0.9rem;
}

@media screen and (max-width: 48em) {
	.premium-contact-grid {
		grid-template-columns: 1fr;
	}

	.premium-contact-form__grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 62em) {
	.premium-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 42em) {
	.premium-services-grid {
		grid-template-columns: 1fr;
	}

	.premium-services-hero__actions .button {
		width: 100%;
		justify-content: center;
	}

	.premium-faq-grid {
		grid-template-columns: 1fr;
	}

	.premium-faq-cta__actions .button {
		width: 100%;
		justify-content: center;
	}

	.premium-about-grid {
		grid-template-columns: 1fr;
	}

	.premium-about-hero__actions .button {
		width: 100%;
		justify-content: center;
	}
}

@keyframes tt-fade-up {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.topic-post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.25rem;
	margin-bottom: 1.5rem;
}

.topic-post-card {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
}

.topic-post-card__thumb {
	display: block;
	aspect-ratio: 16 / 10;
	background: #f1f5f9;
}

.topic-post-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.topic-post-card__placeholder {
	display: grid;
	place-items: center;
	height: 100%;
	color: #475569;
	font-weight: 600;
}

.topic-post-card__body {
	padding: 1rem;
}

.topic-post-card__title {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
}

.topic-post-card__title a {
	color: #0f172a;
	text-decoration: none;
}

.topic-post-card__excerpt {
	margin: 0 0 0.85rem;
	color: #334155;
}

.topic-post-card__readmore {
	font-weight: 700;
	color: #0b67ff;
	text-decoration: none;
}

.tt-whatsapp-float {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border-radius: 999px;
	background: #25d366;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tt-whatsapp-float:hover,
.tt-whatsapp-float:focus {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

@media (max-width: 600px) {
	.tt-whatsapp-float {
		right: 12px;
		bottom: 12px;
		padding: 10px 14px;
		font-size: 14px;
	}
}

.tt-related-links-box {
	position: relative;
	margin-top: 1.8rem;
	padding: 1.2rem;
	border: 1px solid #dbe7ff;
	border-radius: 18px;
	background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 48%, #e8fff4 100%);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.tt-related-links-box::before {
	content: "";
	position: absolute;
	right: -48px;
	top: -48px;
	width: 160px;
	height: 160px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(11, 103, 255, 0.15) 0%, rgba(11, 103, 255, 0) 70%);
	pointer-events: none;
}

.tt-related-links-box h3 {
	position: relative;
	margin: 0 0 0.85rem;
	font-size: 1.15rem;
	color: #0b2d6b;
	letter-spacing: 0.01em;
}

.tt-related-links-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
	position: relative;
}

.tt-related-links-grid h4 {
	margin: 0 0 0.4rem;
	font-size: 1rem;
	color: #0f172a;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.tt-related-links-grid > div:first-child h4::before,
.tt-related-links-grid > div:last-child h4::before {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 999px;
	flex: 0 0 1.1rem;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.85);
}

.tt-related-links-grid > div:first-child h4::before {
	background: linear-gradient(135deg, #0b67ff 0%, #2ea9ff 100%);
}

.tt-related-links-grid > div:last-child h4::before {
	background: linear-gradient(135deg, #0ea35d 0%, #32d296 100%);
}

.tt-related-links-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.45rem;
}

.tt-related-links-grid li {
	margin: 0;
}

.tt-related-links-grid a {
	display: block;
	padding: 0.6rem 0.75rem;
	border-radius: 12px;
	text-decoration: none;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #dfeafc;
	font-weight: 600;
	line-height: 1.35;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.tt-related-links-grid a:hover,
.tt-related-links-grid a:focus {
	transform: translateY(-1px);
	background: #fff;
	border-color: #8ab4ff;
	box-shadow: 0 8px 18px rgba(11, 103, 255, 0.14);
	outline: none;
}

@media (max-width: 800px) {
	.tt-related-links-box {
		padding: 1rem;
		border-radius: 14px;
	}

	.tt-related-links-grid {
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}

	.tt-related-links-grid a {
		padding: 0.65rem 0.7rem;
		font-size: 0.96rem;
	}
}
