:root {
	--dag-bg: #05080b;
	--dag-bg-soft: #0b1117;
	--dag-card: #10161d;
	--dag-card-2: #121922;
	--dag-yellow: #f6c400;
	--dag-yellow-2: #ffda22;
	--dag-white: #ffffff;
	--dag-text: #d8dde3;
	--dag-muted: #9aa3ad;
	--dag-border: rgba(246, 196, 0, 0.28);
	--dag-shadow: 0 18px 54px rgba(0, 0, 0, 0.36);
}

body.dagoto-site,
body.dagoto-plugin-template {
	background: var(--dag-bg);
	color: var(--dag-text);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
	overflow-x: hidden;
}

.dagoto-site *,
.dagoto-site *::before,
.dagoto-site *::after {
	box-sizing: border-box;
}

.dagoto-site a {
	color: inherit;
	text-decoration: none;
}

.dagoto-site img {
	max-inline-size: 100%;
}

.dagoto-container {
	inline-size: calc(100% - 96px);
	margin-inline: auto;
	max-inline-size: 1280px;
}

.dagoto-main {
	background:
		radial-gradient(circle at 16% 12%, rgba(246, 196, 0, 0.08), transparent 24rem),
		linear-gradient(180deg, var(--dag-bg) 0%, #071018 44%, #030506 100%);
	min-height: 60vh;
	overflow: hidden;
}

.dagoto-topbar {
	background: #030506;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--dag-white);
	font-size: 14px;
	font-weight: 600;
}

.dagoto-topbar .dagoto-container {
	align-items: center;
	display: flex;
	gap: 28px;
	min-height: 38px;
	white-space: nowrap;
}

.dagoto-topbar a,
.dagoto-topbar span {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.dagoto-topbar a::before,
.dagoto-topbar span::before,
.dagoto-topbar strong::before {
	color: var(--dag-yellow);
	font-weight: 900;
}

.dagoto-topbar a:first-child::before {
	content: "☎";
}

.dagoto-topbar a:nth-child(2)::before {
	content: "✉";
}

.dagoto-topbar span::before {
	content: "●";
}

.dagoto-topbar strong {
	align-items: center;
	color: var(--dag-yellow);
	display: inline-flex;
	gap: 8px;
	margin-left: auto;
}

.dagoto-topbar strong::before {
	content: "7/24";
}

.dagoto-header {
	background: rgba(3, 5, 7, 0.96);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
	z-index: 50;
}

.dagoto-header-sticky {
	position: sticky;
	top: 0;
}

.dagoto-header-inner {
	align-items: center;
	display: flex;
	gap: 34px;
	min-height: 92px;
}

.dagoto-logo {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
}

.dagoto-logo img {
	block-size: auto;
	display: block;
	inline-size: 290px;
	max-block-size: 82px;
	object-fit: contain;
}

.dagoto-nav {
	flex: 1 1 auto;
}

.dagoto-nav ul {
	align-items: center;
	display: flex;
	gap: 34px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dagoto-nav a {
	color: var(--dag-white);
	display: block;
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 35px 0;
	position: relative;
}

.dagoto-nav a::after {
	background: var(--dag-yellow);
	block-size: 3px;
	border-radius: 3px;
	bottom: 24px;
	content: "";
	inline-size: 0;
	left: 0;
	position: absolute;
	transition: inline-size 0.2s ease;
}

.dagoto-nav li:first-child a::after,
.dagoto-nav a:hover::after,
.dagoto-nav a:focus-visible::after {
	inline-size: 100%;
}

.dagoto-call-button,
.dagoto-btn {
	align-items: center;
	border: 0;
	border-radius: 10px;
	display: inline-flex;
	font-family: "Inter", Arial, sans-serif;
	font-weight: 800;
	justify-content: center;
	line-height: 1.12;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dagoto-call-button {
	background: var(--dag-yellow);
	color: #080808;
	flex-direction: column;
	height: 66px;
	min-width: 235px;
	padding: 8px 18px;
}

.dagoto-call-button strong {
	font-size: 18px;
	font-weight: 900;
	order: 1;
}

.dagoto-call-button span {
	font-size: 13px;
	font-weight: 900;
	order: 2;
	text-transform: uppercase;
}

.dagoto-btn {
	min-height: 64px;
	padding: 0 28px;
}

.dagoto-btn:hover,
.dagoto-call-button:hover {
	box-shadow: 0 14px 34px rgba(246, 196, 0, 0.18);
	transform: translateY(-2px);
}

.dagoto-btn-primary {
	background: var(--dag-yellow);
	color: #070707;
}

.dagoto-hero-actions .dagoto-btn-primary {
	align-items: flex-start;
	flex-direction: column;
	gap: 3px;
}

.dagoto-btn-primary strong {
	display: block;
	font-size: 18px;
	font-weight: 900;
}

.dagoto-btn-whatsapp {
	background: #24c443;
	color: var(--dag-white);
}

.dagoto-btn-ghost {
	border: 1px solid rgba(246, 196, 0, 0.58);
	color: var(--dag-yellow);
	min-height: 42px;
}

.dagoto-btn-dark {
	background: #070707;
	color: var(--dag-white);
	min-height: 42px;
	padding-inline: 24px;
}

.dagoto-cta .dagoto-btn-dark {
	color: var(--dag-white) !important;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
}

.dagoto-menu-toggle {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	display: none;
	inline-size: 46px;
	padding: 9px;
}

.dagoto-menu-toggle span {
	background: var(--dag-white);
	block-size: 2px;
	display: block;
	margin: 5px 0;
}

.dagoto-hero {
	background-position: center right;
	background-size: cover;
	min-height: 520px;
	position: relative;
}

.dagoto-hero-overlay,
.dagoto-inner-hero::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0.12) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(5, 8, 11, 0.68) 100%);
	inset: 0;
	position: absolute;
}

.dagoto-inner-hero::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.58) 52%, rgba(0, 0, 0, 0.38) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(5, 8, 11, 0.86) 100%);
	content: "";
	pointer-events: none;
	z-index: 0;
}

.dagoto-hero-content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: inherit;
	padding-block: 72px 92px;
	position: relative;
	z-index: 1;
}

.dagoto-kicker {
	color: var(--dag-yellow);
	display: inline-block;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.dagoto-hero .dagoto-kicker {
	font-size: 14px;
	font-weight: 800;
}

.dagoto-hero h1,
.dagoto-inner-hero h1,
.dagoto-section h2,
.dagoto-contact-info h2 {
	color: var(--dag-white);
	font-family: "Montserrat", "Poppins", Arial, sans-serif;
	font-weight: 900;
}

.dagoto-hero h1 {
	font-size: 68px;
	letter-spacing: -1.8px;
	line-height: 0.98;
	margin: 0 0 20px;
	max-inline-size: 620px;
}

.dagoto-hero-highlight {
	color: var(--dag-yellow);
	display: block;
	font-size: 82px;
	line-height: 0.95;
}

.dagoto-hero p {
	color: var(--dag-white);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
	max-inline-size: 560px;
}

.dagoto-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 30px;
}

.dagoto-trust {
	margin-top: -35px;
	position: relative;
	z-index: 5;
}

.dagoto-trust-grid,
.dagoto-feature-grid,
.dagoto-service-grid,
.dagoto-gallery-grid,
.dagoto-related-grid,
.dagoto-footer-grid {
	display: grid;
}

.dagoto-trust-grid {
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dagoto-trust-card,
.dagoto-feature-card,
.dagoto-service-card,
.dagoto-aside-box,
.dagoto-related-card {
	background: linear-gradient(180deg, var(--dag-card) 0%, #0a0f14 100%);
	border: 1px solid var(--dag-border);
	border-radius: 12px;
	box-shadow: var(--dag-shadow);
}

.dagoto-trust-card {
	align-items: center;
	display: flex;
	gap: 18px;
	height: 118px;
	padding: 24px;
}

.dagoto-trust-icon,
.dagoto-feature-icon,
.dagoto-service-icon {
	align-items: center;
	aspect-ratio: 1;
	border: 2px solid var(--dag-yellow);
	border-radius: 50%;
	color: var(--dag-yellow);
	display: inline-flex;
	flex: 0 0 auto;
	font-weight: 900;
	justify-content: center;
}

.dagoto-trust-icon {
	font-size: 22px;
	width: 58px;
}

.dagoto-trust-card h3,
.dagoto-feature-card h3,
.dagoto-service-card h3,
.dagoto-related-card strong {
	color: var(--dag-white);
	font-family: "Montserrat", "Poppins", Arial, sans-serif;
	font-weight: 900;
	margin: 0 0 6px;
}

.dagoto-trust-card h3 {
	font-size: 18px;
}

.dagoto-trust-card p {
	color: #cbd2da;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
}

.dagoto-section {
	padding: 70px 0;
}

.dagoto-services-preview {
	padding: 72px 0 40px;
}

.dagoto-section h2 {
	font-size: 38px;
	line-height: 1.2;
	margin: 0 auto 34px;
	text-align: center;
}

.dagoto-gallery-preview h2 {
	font-size: 34px;
	margin-bottom: 26px;
}

.dagoto-services-preview .dagoto-kicker,
.dagoto-gallery-preview .dagoto-kicker,
.dagoto-faq .dagoto-kicker,
.dagoto-related .dagoto-kicker,
.dagoto-section > .dagoto-container > .dagoto-kicker {
	display: block;
	text-align: center;
}

.dagoto-service-grid {
	gap: 12px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dagoto-services-preview .dagoto-service-card:nth-child(n+7) {
	display: none;
}

.dagoto-service-card {
	background: var(--dag-card);
	border-color: rgba(246, 196, 0, 0.35);
	height: 348px;
	overflow: hidden;
	position: relative;
}

.dagoto-service-card a {
	display: block;
	height: 100%;
}

.dagoto-service-media {
	height: 145px;
	overflow: hidden;
	width: 100%;
}

.dagoto-service-image,
.dagoto-service-card > a > img.dagoto-service-image {
	display: block;
	height: 145px !important;
	inline-size: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.dagoto-service-body {
	min-height: 203px;
	padding: 42px 18px 22px;
	position: relative;
	text-align: center;
}

.dagoto-service-card > a > img.dagoto-service-image + .dagoto-service-icon {
	top: 116px;
}

.dagoto-service-icon {
	background: var(--dag-bg);
	height: 58px;
	left: 50%;
	position: absolute;
	top: -29px;
	transform: translateX(-50%);
	width: 58px;
	z-index: 2;
}

.dagoto-service-card h3 {
	font-size: 21px;
	line-height: 1.12;
	margin-bottom: 12px;
	text-align: center;
}

.dagoto-service-card > a > img.dagoto-service-image ~ h3 {
	margin: 42px 18px 12px;
}

.dagoto-service-card p {
	color: var(--dag-text);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.dagoto-service-card > a > img.dagoto-service-image ~ p {
	padding: 0 18px 22px;
}

.dagoto-about-preview {
	padding-top: 42px;
}

.dagoto-about-box {
	background: linear-gradient(135deg, #111820 0%, #080d12 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	min-height: 350px;
	overflow: hidden;
}

.dagoto-about-media {
	background: var(--dag-card);
	height: 100%;
	max-height: 430px;
	min-height: 350px;
	overflow: hidden;
}

.dagoto-about-image {
	display: block;
	height: 100% !important;
	max-height: 430px;
	min-height: 350px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.dagoto-about-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px 52px;
}

.dagoto-about-text .dagoto-kicker {
	font-size: 15px;
	margin-bottom: 8px;
	text-align: left;
}

.dagoto-about-text h2 {
	font-size: 34px;
	line-height: 1.15;
	margin: 0 0 16px;
	text-align: left;
}

.dagoto-about-text p,
.dagoto-copy p,
.dagoto-related-card span,
.dagoto-feature-card p {
	color: var(--dag-text);
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.dagoto-about-text ul,
.dagoto-footer ul,
.dagoto-contact-info ul {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.dagoto-about-text li,
.dagoto-footer li,
.dagoto-contact-info li {
	color: var(--dag-text);
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

.dagoto-about-text li::before {
	color: var(--dag-yellow);
	content: "✓";
	font-weight: 900;
	margin-right: 10px;
}

.dagoto-about-bottom {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 24px;
}

.dagoto-link {
	color: var(--dag-yellow);
	display: inline-flex;
	font-weight: 800;
}

.dagoto-about-badge {
	align-items: center;
	border: 8px solid var(--dag-yellow);
	border-radius: 50%;
	color: var(--dag-yellow);
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: column;
	font-family: "Montserrat", "Poppins", Arial, sans-serif;
	font-size: 42px;
	font-weight: 900;
	height: 145px;
	justify-content: center;
	line-height: 0.9;
	text-align: center;
	text-transform: uppercase;
	width: 145px;
}

.dagoto-about-badge small {
	display: block;
	font-size: 16px;
	line-height: 1.1;
	margin-top: 8px;
}

.dagoto-gallery-preview {
	padding-top: 60px;
	padding-bottom: 45px;
}

.dagoto-gallery-grid {
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dagoto-gallery-preview .dagoto-gallery-item:nth-child(n+6) {
	display: none;
}

.dagoto-gallery-item {
	background: #111;
	border: 1px solid rgba(246, 196, 0, 0.22);
	border-radius: 8px;
	display: block;
	height: 124px;
	overflow: hidden;
}

.dagoto-gallery-full .dagoto-gallery-item {
	height: 180px;
}

.dagoto-gallery-image {
	display: block;
	height: 100% !important;
	inline-size: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.25s ease;
	width: 100%;
}

.dagoto-gallery-item:hover .dagoto-gallery-image {
	transform: scale(1.04);
}

.dagoto-center {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.dagoto-cta {
	background: linear-gradient(90deg, var(--dag-yellow), #ffdc28);
	color: #050505;
	min-height: 118px;
}

.dagoto-cta .dagoto-container {
	align-items: center;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	min-height: 118px;
}

.dagoto-cta strong {
	font-family: "Montserrat", "Poppins", Arial, sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.15;
	max-inline-size: 520px;
}

.dagoto-cta span {
	font-family: "Montserrat", "Poppins", Arial, sans-serif;
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 1px;
	white-space: nowrap;
}

.dagoto-footer {
	background: var(--dag-bg);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #cbd2da;
	padding: 46px 0 20px;
}

.dagoto-footer-grid {
	gap: 46px;
	grid-template-columns: 1.4fr 0.8fr 1fr 1.1fr;
}

.dagoto-footer-logo {
	display: block;
	margin-bottom: 20px;
	width: 245px;
}

.dagoto-footer p {
	color: #cbd2da;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.dagoto-footer h3 {
	color: var(--dag-white);
	font-family: "Montserrat", "Poppins", Arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.dagoto-footer li {
	font-size: 15px;
	line-height: 2;
}

.dagoto-footer li::before {
	color: var(--dag-yellow);
	content: "›";
	font-weight: 900;
	margin-right: 8px;
}

.dagoto-footer-contact li::before {
	content: "●";
}

.dagoto-footer a:hover {
	color: var(--dag-yellow);
}

.dagoto-social {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.dagoto-social a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	color: var(--dag-white);
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.dagoto-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #8d96a0;
	font-size: 13px;
	margin-top: 34px;
	padding-top: 18px;
	text-align: center;
}

.dagoto-inner-hero {
	background-position: center right;
	background-size: cover;
	min-height: 360px;
	position: relative;
}

.dagoto-inner-hero .dagoto-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: inherit;
	padding-block: 70px;
	position: relative;
	z-index: 2;
}

.dagoto-inner-hero span {
	color: var(--dag-yellow);
	font-weight: 900;
}

.dagoto-inner-hero h1 {
	font-size: clamp(42px, 5vw, 64px);
	line-height: 1.02;
	margin: 10px 0 16px;
	max-inline-size: 760px;
}

.dagoto-inner-hero p,
.dagoto-lead {
	color: var(--dag-white);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
	max-inline-size: 720px;
}

.dagoto-breadcrumb {
	background: #090c10;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 14px;
}

.dagoto-breadcrumb .dagoto-container {
	align-items: center;
	display: flex;
	gap: 10px;
	min-height: 46px;
}

.dagoto-breadcrumb a {
	color: var(--dag-yellow);
}

.dagoto-two-col {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) 380px;
}

.dagoto-copy-main p + p {
	margin-top: 18px;
}

.dagoto-copy strong {
	color: var(--dag-white);
}

.dagoto-aside {
	align-self: start;
	position: sticky;
	top: 110px;
}

.dagoto-aside-image {
	border-radius: 12px;
	display: block;
	height: 420px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.dagoto-aside-box {
	margin-top: 14px;
	padding: 22px;
}

.dagoto-aside-box strong,
.dagoto-aside-box span {
	display: block;
}

.dagoto-aside-box span {
	color: var(--dag-yellow);
	font-size: 24px;
	font-weight: 900;
	margin: 8px 0 16px;
}

.dagoto-feature-grid {
	gap: 14px;
	grid-template-columns: repeat(4, 1fr);
}

.dagoto-feature-card {
	padding: 24px;
}

.dagoto-feature-icon {
	width: 46px;
	margin-bottom: 16px;
}

.dagoto-faq-list {
	display: grid;
	gap: 12px;
	margin-inline: auto;
	max-inline-size: 860px;
}

.dagoto-faq details {
	background: rgba(17, 24, 32, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	padding: 18px 20px;
}

.dagoto-faq summary {
	color: var(--dag-white);
	cursor: pointer;
	font-weight: 800;
}

.dagoto-faq p {
	color: var(--dag-text);
	line-height: 1.65;
	margin: 12px 0 0;
}

.dagoto-related-grid {
	gap: 14px;
	grid-template-columns: repeat(3, 1fr);
}

.dagoto-related-card {
	display: block;
	padding: 24px;
}

.dagoto-related-card span {
	display: block;
	margin-top: 8px;
}

.dagoto-contact-grid {
	display: grid;
	gap: 36px;
	grid-template-columns: 0.9fr 1.1fr;
}

.dagoto-contact-info,
.dagoto-contact-form-wrap {
	background: rgba(17, 24, 32, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: clamp(24px, 4vw, 40px);
}

.dagoto-contact-info h2 {
	font-size: 34px;
	line-height: 1.15;
	text-align: left;
}

.dagoto-map-box {
	margin-top: 24px;
}

.dagoto-map-box iframe {
	border: 0;
	border-radius: 12px;
	inline-size: 100%;
	min-height: 280px;
}

.dagoto-contact-form {
	display: grid;
	gap: 16px;
}

.dagoto-contact-form label {
	color: var(--dag-white);
	display: grid;
	font-weight: 800;
	gap: 8px;
}

.dagoto-contact-form input,
.dagoto-contact-form textarea {
	background: #07090d;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 6px;
	color: var(--dag-white);
	font: inherit;
	padding: 13px 14px;
	width: 100%;
}

.dagoto-contact-form textarea {
	resize: vertical;
}

.dagoto-check {
	align-items: flex-start;
	display: flex !important;
	font-weight: 600 !important;
	gap: 10px !important;
}

.dagoto-check input {
	inline-size: auto;
	margin-top: 4px;
}

.dagoto-hp {
	display: none;
}

.dagoto-form-success,
.dagoto-form-error {
	border-radius: 12px;
	font-weight: 800;
	margin-bottom: 18px;
	padding: 14px 16px;
}

.dagoto-form-success {
	background: rgba(34, 164, 58, 0.18);
	border: 1px solid rgba(34, 164, 58, 0.5);
}

.dagoto-form-error {
	background: rgba(220, 38, 38, 0.18);
	border: 1px solid rgba(220, 38, 38, 0.5);
}

.dagoto-lightbox {
	align-items: center;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 9999;
}

.dagoto-lightbox img {
	border-radius: 12px;
	max-block-size: 88vh;
	max-inline-size: 92vw;
	object-fit: contain;
}

.dagoto-lightbox button {
	background: var(--dag-yellow);
	border: 0;
	border-radius: 50%;
	color: #000;
	cursor: pointer;
	font-size: 24px;
	font-weight: 900;
	height: 44px;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 44px;
}

.dagoto-floating-actions {
	align-items: flex-end;
	bottom: 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: fixed;
	right: 22px;
	z-index: 80;
}

.dagoto-floating-btn {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
	display: inline-flex;
	font-family: "Inter", Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	gap: 10px;
	justify-content: center;
	min-height: 52px;
	min-width: 158px;
	padding: 0 18px;
	text-transform: uppercase;
}

.dagoto-floating-btn svg {
	display: block;
	fill: currentColor;
	height: 22px;
	width: 22px;
}

.dagoto-floating-phone {
	background: var(--dag-yellow);
	color: #050607;
	border-radius: 12px;
}

.dagoto-floating-whatsapp {
	background: #20b83e;
	border-radius: 12px;
	color: var(--dag-white);
}

@media (max-width: 1200px) {
	.dagoto-service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dagoto-services-preview .dagoto-service-card:nth-child(n+7) {
		display: block;
	}
}

@media (max-width: 992px) {
	.dagoto-container {
		inline-size: calc(100% - 48px);
	}

	.dagoto-topbar .dagoto-container {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 8px 18px;
		padding-block: 8px;
		white-space: normal;
	}

	.dagoto-topbar strong {
		margin-left: 0;
	}

	.dagoto-header-inner {
		min-height: 78px;
	}

	.dagoto-logo img {
		inline-size: min(230px, 58vw);
		max-block-size: 68px;
	}

	.dagoto-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.dagoto-nav {
		background: rgba(3, 5, 7, 0.98);
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		display: none;
		inset: 78px 0 auto;
		position: absolute;
	}

	.dagoto-nav.is-open {
		display: block;
	}

	.dagoto-nav ul {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		padding: 12px 24px 22px;
	}

	.dagoto-nav a {
		padding: 14px 0;
	}

	.dagoto-nav a::after {
		bottom: 8px;
	}

	.dagoto-call-button {
		display: none;
	}

	.dagoto-hero {
		min-height: 560px;
	}

	.dagoto-trust-grid,
	.dagoto-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dagoto-about-box,
	.dagoto-two-col,
	.dagoto-contact-grid {
		grid-template-columns: 1fr;
	}

	.dagoto-aside {
		position: static;
	}

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

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

@media (max-width: 768px) {
	.dagoto-hero {
		min-height: 620px;
	}

	.dagoto-hero h1 {
		font-size: 42px;
		letter-spacing: 0;
	}

	.dagoto-hero-highlight {
		font-size: 50px;
	}

	.dagoto-hero p {
		font-size: 17px;
	}

	.dagoto-hero-actions {
		width: 100%;
	}

	.dagoto-hero-actions .dagoto-btn {
		flex: 1 1 220px;
	}

	.dagoto-trust {
		margin-top: 0;
		padding-top: 18px;
	}

	.dagoto-trust-grid {
		grid-template-columns: 1fr;
	}

	.dagoto-trust-card {
		height: auto;
		min-height: 104px;
		padding: 20px;
	}

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

	.dagoto-about-media,
	.dagoto-about-image {
		height: 260px !important;
		max-height: 260px;
		min-height: 260px;
	}

	.dagoto-about-text {
		padding: 28px;
	}

	.dagoto-about-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.dagoto-about-badge {
		height: 116px;
		width: 116px;
		font-size: 32px;
	}

	.dagoto-cta .dagoto-container {
		flex-direction: column;
		justify-content: center;
		padding-block: 22px;
		text-align: center;
	}

	.dagoto-cta strong {
		font-size: 24px;
	}

	.dagoto-cta span {
		font-size: 34px;
	}

	.dagoto-footer {
		padding-bottom: 82px;
	}
}

@media (max-width: 600px) {
	.dagoto-footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.dagoto-container {
		inline-size: calc(100% - 28px);
	}

	.dagoto-service-grid,
	.dagoto-feature-grid,
	.dagoto-related-grid {
		grid-template-columns: 1fr;
	}

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

	.dagoto-section h2 {
		font-size: 30px;
	}

	.dagoto-service-card {
		height: 330px;
	}

	.dagoto-service-media,
	.dagoto-service-image,
	.dagoto-service-card > a > img.dagoto-service-image {
		height: 140px !important;
	}

	.dagoto-gallery-item {
		height: 118px;
	}

	.dagoto-floating-actions {
		bottom: 14px;
		right: 14px;
	}

	.dagoto-floating-btn {
		font-size: 13px;
		min-height: 48px;
		min-width: 142px;
		padding: 0 14px;
	}
}
