/**
 * Modern contact and transformation-assessment experience.
 */

body.cygnivo-modern-v1.page-id-697 #main { padding: 0 !important; background: #fff; }
body.cygnivo-modern-v1.page-id-697 #main > .fusion-row { width: 100%; max-width: none !important; }
body.cygnivo-modern-v1.page-id-697 .fusion-footer { display: none !important; }

.cyg-contact,
.cyg-contact * { box-sizing: border-box; }

.cyg-contact { width: 100%; overflow: hidden; color: var(--cygnivo-ink); background: #fff; }
.cyg-contact h1,
.cyg-contact h2,
.cyg-contact h3,
.cyg-contact p { margin-top: 0; }
.cyg-contact h1,
.cyg-contact h2,
.cyg-contact h3 { font-family: Oxygen, Arial, sans-serif; }

/* Hero */
.cyg-contact-hero {
	position: relative;
	isolation: isolate;
	min-height: 650px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 72% 24%, rgb(105 219 243 / 22%), transparent 30%),
		radial-gradient(circle at 92% 84%, rgb(100 70 255 / 16%), transparent 28%),
		linear-gradient(126deg, #031f38 0%, #073d67 57%, #071b35 100%);
}

.cyg-contact-hero::after {
	position: absolute;
	right: -18%;
	bottom: -75%;
	z-index: -1;
	width: 72%;
	aspect-ratio: 1;
	border: 1px solid rgb(105 219 243 / 11%);
	border-radius: 50%;
	content: "";
	box-shadow: 0 0 0 80px rgb(105 219 243 / 3%), 0 0 0 160px rgb(105 219 243 / 2%);
}

.cyg-contact-hero__mesh {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.25;
	background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(90deg, transparent, #000 60%, transparent);
}

.cyg-contact-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.88fr);
	align-items: center;
	gap: clamp(55px, 8vw, 118px);
	min-height: 650px;
	padding-block: 78px 86px;
}

body.cygnivo-modern-v1 .cyg-contact h1 {
	max-width: 780px;
	margin: 0 0 27px;
	color: #fff;
	font-size: clamp(3.3rem, 6vw, 5.75rem);
	font-weight: 700;
	line-height: 0.99;
	letter-spacing: -0.06em;
}

.cyg-contact-hero__lead { max-width: 690px; margin-bottom: 0; color: rgb(232 246 252 / 76%); font-size: clamp(1.05rem, 1.4vw, 1.23rem); line-height: 1.72; }
.cyg-contact-hero__tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.cyg-contact-hero__tags span { padding: 8px 12px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 100px; color: rgb(238 249 253 / 75%); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.04em; background: rgb(255 255 255 / 5%); }

/* CSS-only conversation orbit */
.cyg-contact-orbit { position: relative; width: min(100%, 450px); aspect-ratio: 1; margin-inline: auto; }
.cyg-contact-orbit::before,
.cyg-contact-orbit::after { position: absolute; top: 50%; left: 50%; border: 1px solid rgb(126 229 249 / 18%); border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.cyg-contact-orbit::before { width: 82%; aspect-ratio: 1; border-style: dashed; animation: cyg-spin 40s linear infinite; }
.cyg-contact-orbit::after { width: 58%; aspect-ratio: 1; box-shadow: 0 0 80px rgb(45 179 216 / 12%); }
.cyg-contact-orbit__core { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; place-items: center; width: 43%; aspect-ratio: 1; padding: 24px; border: 1px solid rgb(136 232 251 / 30%); border-radius: 50%; text-align: center; background: radial-gradient(circle at 35% 30%, #1379ae, #042c4d 70%); box-shadow: inset 0 1px 0 rgb(255 255 255 / 18%), 0 26px 70px rgb(0 9 24 / 35%); transform: translate(-50%, -50%); }
.cyg-contact-orbit__core small { color: #8ce9fa; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.cyg-contact-orbit__core strong { color: #fff; font-size: 1.02rem; line-height: 1.25; }
.cyg-contact-orbit__node { position: absolute; z-index: 3; display: grid; place-items: center; min-width: 88px; height: 43px; padding: 0 15px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 12px; color: #fff; font-size: 0.7rem; font-weight: 700; background: rgb(2 32 55 / 84%); box-shadow: 0 15px 35px rgb(0 10 23 / 26%); backdrop-filter: blur(10px); }
.cyg-contact-orbit__node--one { top: 7%; left: 12%; }
.cyg-contact-orbit__node--two { top: 15%; right: 2%; }
.cyg-contact-orbit__node--three { right: 2%; bottom: 14%; }
.cyg-contact-orbit__node--four { bottom: 6%; left: 13%; }

/* Form and next-step panel */
.cyg-contact-main { padding: clamp(68px, 6.5vw, 94px) 0 clamp(38px, 3.7vw, 54px); background: linear-gradient(145deg, #f6faff, #fff 53%); }
.cyg-contact-main__grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr); align-items: start; gap: 22px; }
.cyg-contact-form-card { padding: clamp(36px, 4.2vw, 54px); border: 1px solid #d8e4ed; border-radius: 24px; background: #fff; box-shadow: 0 28px 75px rgb(6 43 77 / 9%); }
.cyg-contact-form-card__heading { max-width: 650px; margin-bottom: 38px; }
body.cygnivo-modern-v1 .cyg-contact-form-card h2,
body.cygnivo-modern-v1 .cyg-contact-next h2,
body.cygnivo-modern-v1 .cyg-contact-offices h2 { margin: 0 0 18px; font-size: clamp(2.15rem, 4vw, 3.7rem); font-weight: 700; line-height: 1.06; letter-spacing: -0.05em; }
body.cygnivo-modern-v1 .cyg-contact-form-card h2 { font-size: clamp(2.15rem, 3.3vw, 3.15rem); line-height: 1.08; }
.cyg-contact-form-card__heading > p:not(.cyg-eyebrow) { max-width: 620px; margin-bottom: 0; color: var(--cygnivo-muted); font-size: 1rem; line-height: 1.65; }

.cyg-contact-form .fusion-form { margin: 0; }
.cyg-contact-form .fusion-fullwidth { margin: 0 !important; padding: 0 !important; background: transparent !important; }
.cyg-contact-form .fusion-builder-row { width: calc(100% + 20px) !important; max-width: calc(100% + 20px) !important; margin-right: -10px !important; margin-left: -10px !important; }
.cyg-contact-form .fusion-layout-column { --awb-spacing-right-large: 10px !important; --awb-spacing-left-large: 10px !important; --awb-spacing-right-medium: 10px !important; --awb-spacing-left-medium: 10px !important; --awb-spacing-right-small: 10px !important; --awb-spacing-left-small: 10px !important; --awb-margin-bottom-large: 20px !important; }
.cyg-contact-form .fusion-form-field { margin-bottom: 22px; }
.cyg-contact-form .fusion-form-label-wrapper,
.cyg-contact-form .fusion-form-textarea-field > label { margin-bottom: 10px; }
body.cygnivo-modern-v1 .cyg-contact-form label { color: var(--cygnivo-navy-900) !important; font-family: Oxygen, Arial, sans-serif !important; font-size: 0.9rem !important; font-weight: 700 !important; line-height: 1.4 !important; letter-spacing: 0.005em !important; }
.cyg-contact-form .fusion-form-element-required { color: var(--cygnivo-red-600); text-decoration: none; }
.cyg-contact-form :is(input, select, textarea).fusion-form-input { width: 100%; min-height: 60px; padding: 15px 18px !important; border: 1px solid #c8d8e4 !important; border-radius: 12px !important; color: var(--cygnivo-ink) !important; font-family: Oxygen, Arial, sans-serif !important; font-size: 1rem !important; line-height: 1.45 !important; background: #f8fbfd !important; box-shadow: inset 0 1px 2px rgb(6 43 77 / 2%) !important; transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease; }
.cyg-contact-form :is(input, textarea).fusion-form-input::placeholder { color: #74899a; opacity: 1; }
.cyg-contact-form textarea.fusion-form-input { min-height: 170px; resize: vertical; }
.cyg-contact-form :is(input, select, textarea).fusion-form-input:hover { border-color: #9ebbd0 !important; background: #fff !important; }
.cyg-contact-form :is(input, select, textarea).fusion-form-input:focus { border-color: var(--cygnivo-cyan-500) !important; outline: none !important; background: #fff !important; box-shadow: 0 0 0 4px rgb(24 166 199 / 12%) !important; }
.cyg-contact-form .select-arrow { right: 19px !important; }
.cyg-contact-form .fusion-form-submit-field { margin: 10px 0 0; }
.cyg-contact-form .form-form-submit { display: inline-flex !important; justify-content: center; min-width: 230px; min-height: 58px; margin: 0 !important; padding-inline: 28px !important; border: 0 !important; border-radius: 12px !important; color: #fff !important; font-family: Oxygen, Arial, sans-serif !important; font-size: 0.95rem !important; font-weight: 700 !important; letter-spacing: 0 !important; text-transform: none !important; background: linear-gradient(120deg, #087f8d, #07546e) !important; box-shadow: 0 15px 34px rgb(7 111 129 / 22%) !important; transition: transform 180ms ease, box-shadow 180ms ease !important; }
.cyg-contact-form .form-form-submit .fusion-button-text { color: #fff !important; font-size: inherit !important; font-weight: inherit !important; text-transform: none !important; }
.cyg-contact-form .form-form-submit:hover,
.cyg-contact-form .form-form-submit:focus-visible { transform: translateY(-2px); box-shadow: 0 19px 42px rgb(7 111 129 / 30%) !important; }
.cyg-contact-form .form-submission-notices { margin-top: 22px; }

@media (min-width: 700px) {
	body.cygnivo-modern-v1 .cyg-contact-form .fusion-builder-row > .fusion-layout-column:nth-child(1),
	body.cygnivo-modern-v1 .cyg-contact-form .fusion-builder-row > .fusion-layout-column:nth-child(2) {
		width: 50% !important;
		flex: 0 0 50% !important;
	}
}

.cyg-contact-next { position: sticky; top: 88px; padding: clamp(34px, 3.7vw, 46px); overflow: hidden; border-radius: 27px; color: #fff; background: radial-gradient(circle at 92% 5%, rgb(105 219 243 / 20%), transparent 26%), linear-gradient(145deg, #062f50, #031d33); box-shadow: 0 28px 70px rgb(6 43 77 / 18%); }
body.cygnivo-modern-v1 .cyg-contact-next h2 { color: #fff; font-size: clamp(1.9rem, 3vw, 2.65rem); }
.cyg-contact-next ol { display: grid; gap: 0; margin: 27px 0 28px; padding: 0; list-style: none; }
.cyg-contact-next li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid rgb(255 255 255 / 10%); }
.cyg-contact-next li:first-child { padding-top: 0; }
.cyg-contact-next li > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; color: #8deafb; font-size: 0.64rem; font-weight: 700; background: rgb(105 219 243 / 12%); }
body.cygnivo-modern-v1 .cyg-contact-next h3 { margin: 0 0 5px; color: #fff; font-size: 1rem; }
.cyg-contact-next li p { margin: 0; color: rgb(234 246 251 / 62%); font-size: 0.76rem; line-height: 1.55; }
.cyg-contact-next__note { padding: 15px 18px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 13px; background: rgb(255 255 255 / 6%); }
.cyg-contact-next__note strong { color: #fff; font-size: 0.78rem; }
.cyg-contact-next__note p { margin: 4px 0 0; color: rgb(234 246 251 / 60%); font-size: 0.72rem; line-height: 1.5; }

/* Contact decision FAQ */
.cyg-contact-faq { background: #f5f9fc; }
.cyg-contact-faq__grid { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr); align-items: start; gap: clamp(55px, 8vw, 120px); }
.cyg-contact-faq__grid > div:first-child h2 { margin: 0 0 20px; color: var(--cygnivo-navy-900); font-size: clamp(2.25rem, 4vw, 3.65rem); line-height: 1.06; letter-spacing: -0.05em; }
.cyg-contact-faq__grid > div:first-child > p:last-child { color: var(--cygnivo-muted); line-height: 1.75; }
.cyg-contact-faq__items { border-top: 1px solid var(--cygnivo-border); }
.cyg-contact-faq details { border-bottom: 1px solid var(--cygnivo-border); }
.cyg-contact-faq summary { display: grid; grid-template-columns: 1fr 36px; align-items: center; gap: 20px; padding: 24px 0; color: var(--cygnivo-navy-900); font-weight: 700; line-height: 1.45; cursor: pointer; list-style: none; }
.cyg-contact-faq summary::-webkit-details-marker { display: none; }
.cyg-contact-faq summary span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #cae1eb; border-radius: 50%; color: var(--cygnivo-blue-600); font-size: 1.3rem; font-weight: 400; transition: 180ms ease; }
.cyg-contact-faq details[open] summary span { color: #fff; background: var(--cygnivo-blue-600); transform: rotate(45deg); }
.cyg-contact-faq details > p { margin: 0; padding: 0 55px 24px 0; color: var(--cygnivo-muted); font-size: 0.9rem; line-height: 1.75; }

/* Offices */
.cyg-contact-offices { padding: clamp(42px, 4.2vw, 62px) 0 clamp(76px, 7.5vw, 108px); background: #fff; }
.cyg-contact-offices__heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr); align-items: end; gap: 70px; margin-bottom: 54px; }
.cyg-contact-offices__heading h2 { max-width: 760px; margin-bottom: 0 !important; }
.cyg-contact-offices__heading > p { margin: 0 0 5px; color: var(--cygnivo-muted); font-size: 0.95rem; line-height: 1.7; }
.cyg-office-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cyg-office-grid article { position: relative; min-height: 300px; padding: clamp(29px, 3.4vw, 42px); overflow: hidden; border: 1px solid var(--cygnivo-border); border-radius: 20px; background: linear-gradient(145deg, #fff, #f7fbfe); transition: transform 180ms ease, box-shadow 180ms ease; }
.cyg-office-grid article::after { position: absolute; right: -45px; bottom: -50px; width: 150px; height: 150px; border: 1px solid rgb(8 119 190 / 7%); border-radius: 50%; content: ""; box-shadow: 0 0 0 30px rgb(8 119 190 / 2.5%); }
.cyg-office-grid article:hover { box-shadow: var(--cygnivo-shadow-md); transform: translateY(-6px); }
.cyg-office-grid article > span { display: block; margin-bottom: 66px; color: var(--cygnivo-blue-600); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
body.cygnivo-modern-v1 .cyg-office-grid h3 { margin: 0 0 13px; color: var(--cygnivo-navy-900); font-size: 1.7rem; }
.cyg-office-grid p { margin: 0 0 16px; color: var(--cygnivo-muted); font-size: 0.84rem; line-height: 1.65; }
.cyg-office-grid a { position: relative; z-index: 1; display: inline-flex; align-items: center; color: var(--cygnivo-navy-900); font-size: 0.78rem; font-weight: 700; text-decoration: none; }
.cyg-office-grid a:hover { color: var(--cygnivo-blue-600); }
.cyg-office-grid a svg { width: 17px; height: 17px; margin-left: 8px; }
.cyg-office-card--global { color: #fff; border-color: transparent !important; background: radial-gradient(circle at 90% 6%, rgb(105 219 243 / 20%), transparent 30%), linear-gradient(145deg, #063b63, #031d33) !important; box-shadow: 0 22px 55px rgb(6 43 77 / 17%); }
.cyg-office-card--global > span { color: #7be5f8 !important; }
body.cygnivo-modern-v1 .cyg-office-card--global h3,
.cyg-office-card--global a { color: #fff; }
.cyg-office-card--global p { color: rgb(234 246 251 / 66%); }

@media (max-width: 980px) {
	.cyg-contact-hero__grid { grid-template-columns: 1fr; padding-block: 85px 70px; }
	.cyg-contact-orbit { width: min(100%, 470px); }
	.cyg-contact-main__grid { grid-template-columns: 1fr; }
	.cyg-contact-next { position: static; }
	.cyg-contact-faq__grid { grid-template-columns: 1fr; gap: 42px; }
	.cyg-contact-offices__heading { grid-template-columns: 1fr; gap: 20px; }
	.cyg-office-grid { grid-template-columns: 1fr 1fr; }
	.cyg-office-card--global { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	.cyg-contact-hero { min-height: auto; }
	.cyg-contact-hero__grid { min-height: 0; padding-block: 64px 58px; }
	body.cygnivo-modern-v1 .cyg-contact h1 { font-size: clamp(2.75rem, 13vw, 4rem); line-height: 1; }
	.cyg-contact-hero__lead { font-size: 1rem; }
	.cyg-contact-orbit { width: 350px; max-width: 100%; }
	.cyg-contact-orbit__node { min-width: 72px; height: 38px; padding-inline: 11px; font-size: 0.62rem; }
	.cyg-contact-form-card { padding: 30px 20px 34px; border-radius: 20px; }
	.cyg-contact-form .fusion-builder-row { width: 100% !important; max-width: 100% !important; margin-inline: 0 !important; }
	.cyg-contact-form .fusion-layout-column { --awb-spacing-right-small: 0 !important; --awb-spacing-left-small: 0 !important; }
	.cyg-contact-form .form-form-submit { width: 100%; }
	.cyg-contact-next { padding: 32px 23px; border-radius: 20px; }
	.cyg-office-grid { grid-template-columns: 1fr; }
	.cyg-office-card--global { grid-column: auto; }
	.cyg-office-grid article { min-height: 270px; }
}

@media (prefers-reduced-motion: reduce) {
	.cyg-contact-orbit::before { animation: none; }
}
