/* =========================================================
WEBLINKUS CONTACT PAGE
PREMIUM CONTACT DESIGN
========================================================= */
.wl-contact-page {
    --wl-navy: #071b3a;
    --wl-navy-2: #0d2c55;
    --wl-blue: #4db9e9;
    --wl-blue-light: #d7f1fc;
    --wl-white: #ffffff;
    --wl-text: #26364a;
    --wl-muted: #718096;
    --wl-border: #e4edf4;

    color: var(--wl-text);
    background: #fff;
    overflow: hidden;
}
 

/* =========================================================
CONTAINER
========================================================= */

.wl-contact-container {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
}

/* =========================================================
HERO
========================================================= */

.wl-contact-hero {
position: relative;
padding: 105px 0 95px;
background:
radial-gradient(circle at 85% 20%, rgba(98,199,245,.22), transparent 28%),
linear-gradient(135deg, #eaf8ff 0%, #ffffff 60%);
overflow: hidden;
}

.wl-contact-hero-content {
position: relative;
z-index: 2;
max-width: 850px;
margin: auto;
text-align: center;
animation: wlContactFadeUp .8s ease both;
}

.wl-contact-badge {
display: inline-flex;
align-items: center;
gap: 9px;
padding: 9px 18px;
border: 1px solid rgba(98,199,245,.35);
border-radius: 50px;
background: rgba(255,255,255,.75);
color: var(--wl-navy);
font-size: 13px;
font-weight: 700;
letter-spacing: .5px;
box-shadow: 0 10px 30px rgba(7,27,58,.06);
}

.wl-badge-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--wl-blue);
box-shadow: 0 0 0 6px rgba(98,199,245,.12);
}

.wl-contact-hero h1 {
margin: 25px 0 20px;
color: var(--wl-navy);
font-size: clamp(38px, 5vw, 68px);
line-height: 1.15;
font-weight: 800;
}

.wl-contact-hero h1 span {
display: block;
color: #249ed4;
}

.wl-contact-hero p {
max-width: 700px;
margin: 0 auto;
color: var(--wl-muted);
font-size: 18px;
line-height: 1.9;
}

.wl-contact-hero p strong {
color: var(--wl-navy);
}

.wl-contact-buttons {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 14px;
margin-top: 32px;
}

.wl-contact-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 54px;
padding: 0 25px;
border-radius: 12px;
text-decoration: none !important;
font-size: 15px;
font-weight: 700;
transition: .3s ease;
}

.wl-btn-primary {
background: var(--wl-navy);
color: #fff !important;
box-shadow: 0 12px 30px rgba(7,27,58,.18);
}

.wl-btn-primary:hover {
transform: translateY(-3px);
background: var(--wl-navy-2);
}

.wl-btn-whatsapp {
background: #fff;
color: var(--wl-navy) !important;
border: 1px solid #dceaf3;
box-shadow: 0 10px 25px rgba(7,27,58,.07);
}

.wl-btn-whatsapp:hover {
transform: translateY(-3px);
border-color: var(--wl-blue);
box-shadow: 0 15px 30px rgba(98,199,245,.16);
}

.wl-btn-icon {
font-size: 20px;
}

.wl-contact-trust {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 22px;
margin-top: 25px;
color: #627386;
font-size: 13px;
font-weight: 600;
}

/* =========================================================
GLOW
========================================================= */

.wl-contact-hero-glow {
position: absolute;
width: 320px;
height: 320px;
border-radius: 50%;
filter: blur(60px);
opacity: .35;
background: #8cddff;
}

.wl-glow-1 {
top: -160px;
right: -100px;
}

.wl-glow-2 {
bottom: -180px;
left: -100px;
}

/* =========================================================
SECTION HEADING
========================================================= */

.wl-contact-info,
.wl-contact-why,
.wl-contact-faq {
padding: 100px 0;
}

.wl-contact-heading {
max-width: 720px;
margin: 0 auto 55px;
text-align: center;
}

.wl-section-label,
.wl-card-label {
display: block;
margin-bottom: 12px;
color: #239bd2;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
}

.wl-contact-heading h2 {
margin: 0 0 15px;
color: var(--wl-navy);
font-size: clamp(30px, 4vw, 46px);
line-height: 1.25;
}

.wl-contact-heading h2 strong {
color: #299fd4;
}

.wl-contact-heading p {
margin: 0;
color: var(--wl-muted);
font-size: 16px;
line-height: 1.9;
}

/* =========================================================
CONTACT CARDS
========================================================= */

.wl-contact-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
}

.wl-contact-card {
position: relative;
padding: 35px 30px;
min-height: 310px;
border: 1px solid var(--wl-border);
border-radius: 22px;
background: #fff;
box-shadow: 0 15px 45px rgba(7,27,58,.06);
transition: .35s ease;
}

.wl-contact-card:hover {
transform: translateY(-8px);
border-color: rgba(98,199,245,.45);
box-shadow: 0 25px 55px rgba(7,27,58,.11);
}

.wl-contact-card-dark {
background: var(--wl-navy);
border-color: var(--wl-navy);
color: #fff;
}

.wl-contact-card-icon {
width: 58px;
height: 58px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
border-radius: 16px;
background: var(--wl-blue-light);
color: #209bd2;
}

.wl-contact-card-dark .wl-contact-card-icon {
background: rgba(255,255,255,.1);
color: var(--wl-blue);
}

.wl-contact-card-icon svg {
width: 28px;
height: 28px;
fill: currentColor;
stroke: currentColor;
stroke-width: 1.3;
}

.wl-contact-card h3 {
margin: 0 0 10px;
color: var(--wl-navy);
font-size: 24px;
}

.wl-contact-card-dark h3 {
color: #fff;
}

.wl-contact-card p {
margin: 0 0 20px;
color: var(--wl-muted);
line-height: 1.8;
}

.wl-contact-card-dark p {
color: rgba(255,255,255,.7);
}

.wl-card-links {
display: flex;
flex-direction: column;
gap: 8px;
}

.wl-card-links a {
color: #209bd2;
font-size: 18px;
font-weight: 700;
text-decoration: none;
}

.wl-contact-card-dark .wl-card-links a {
color: var(--wl-blue);
}

.wl-card-links a:hover {
text-decoration: underline;
}

.wl-card-action {
display: inline-flex;
align-items: center;
gap: 10px;
margin-top: 22px;
color: #fff !important;
text-decoration: none !important;
font-weight: 700;
}

.wl-card-action span {
transition: .25s;
}

.wl-card-action:hover span {
transform: translateX(-5px);
}

/* =========================================================
SERVICES
========================================================= */

.wl-contact-services {
display: flex;
flex-wrap: wrap;
gap: 8px;
}

.wl-contact-services span {
padding: 7px 11px;
border-radius: 7px;
background: var(--wl-blue-light);
color: #237da7;
font-size: 12px;
font-weight: 700;
}

/* =========================================================
WHY WEBLINKUS
========================================================= */

.wl-contact-why {
background: #f7fcff;
}

.wl-why-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 25px;
}

.wl-why-item {
padding: 30px 25px;
border-left: 1px solid #dcecf4;
}

.wl-why-item > span {
color: #69c8f1;
font-size: 14px;
font-weight: 800;
}

.wl-why-item h3 {
margin: 15px 0 10px;
color: var(--wl-navy);
font-size: 20px;
}

.wl-why-item p {
margin: 0;
color: var(--wl-muted);
line-height: 1.8;
font-size: 14px;
}

/* =========================================================
FAQ
========================================================= */

.wl-faq-list {
max-width: 850px;
margin: auto;
}

.wl-faq-item {
margin-bottom: 12px;
border: 1px solid var(--wl-border);
border-radius: 14px;
background: #fff;
overflow: hidden;
transition: .3s ease;
}

.wl-faq-question {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
padding: 21px 24px;
border: 0;
background: transparent;
color: var(--wl-navy);
cursor: pointer;
text-align: right;
font-family: inherit;
font-size: 16px;
font-weight: 700;
}

.wl-faq-question b {
display: flex;
align-items: center;
justify-content: center;
min-width: 30px;
height: 30px;
border-radius: 50%;
background: var(--wl-blue-light);
color: #239bd2;
font-size: 22px;
font-weight: 400;
transition: .3s;
}

.wl-faq-answer {
display: grid;
grid-template-rows: 0fr;
transition: .35s ease;
}

.wl-faq-answer p {
overflow: hidden;
margin: 0;
padding: 0 24px;
color: var(--wl-muted);
line-height: 1.9;
}

.wl-faq-item.active {
border-color: rgba(98,199,245,.5);
}

.wl-faq-item.active .wl-faq-answer {
grid-template-rows: 1fr;
}

.wl-faq-item.active .wl-faq-answer p {
padding-bottom: 22px;
}

.wl-faq-item.active .wl-faq-question b {
transform: rotate(45deg);
}

/* =========================================================
FINAL CTA
========================================================= */

.wl-contact-cta {
padding: 0 0 100px;
}

.wl-contact-cta-box {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
padding: 55px;
border-radius: 28px;
background:
radial-gradient(circle at 85% 20%, rgba(98,199,245,.18), transparent 30%),
var(--wl-navy);
overflow: hidden;
}

.wl-cta-content {
position: relative;
z-index: 2;
}

.wl-cta-content > span {
color: var(--wl-blue);
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
}

.wl-cta-content h2 {
margin: 15px 0;
color: #fff;
font-size: clamp(30px, 4vw, 46px);
line-height: 1.25;
}

.wl-cta-content h2 strong {
color: var(--wl-blue);
}

.wl-cta-content p {
margin: 0;
color: rgba(255,255,255,.7);
line-height: 1.8;
}

.wl-contact-cta-buttons {
position: relative;
z-index: 2;
display: flex;
flex-wrap: wrap;
gap: 12px;
}

.wl-btn-outline {
color: #fff !important;
border: 1px solid rgba(255,255,255,.25);
background: rgba(255,255,255,.06);
}

.wl-btn-outline:hover {
background: rgba(255,255,255,.12);
transform: translateY(-3px);
}

/* =========================================================
ANIMATION
========================================================= */

@keyframes wlContactFadeUp {


from {
    opacity: 0;
    transform: translateY(25px);
}

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


}

/* =========================================================
RESPONSIVE
========================================================= */

@media (max-width: 900px) {


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

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

.wl-contact-cta-box {
    flex-direction: column;
    align-items: flex-start;
}


}

@media (max-width: 600px) {


.wl-contact-container {
    width: min(100% - 28px, 1180px);
}

.wl-contact-hero {
    padding: 75px 0 65px;
}

.wl-contact-hero h1 {
    font-size: 39px;
}

.wl-contact-hero p {
    font-size: 15px;
}

.wl-contact-buttons {
    flex-direction: column;
}

.wl-contact-btn {
    width: 100%;
}

.wl-contact-trust {
    flex-direction: column;
    gap: 8px;
}

.wl-contact-info,
.wl-contact-why,
.wl-contact-faq {
    padding: 70px 0;
}

.wl-contact-heading {
    margin-bottom: 35px;
}

.wl-why-grid {
    grid-template-columns: 1fr;
}

.wl-why-item {
    border-left: 0;
    border-bottom: 1px solid #dcecf4;
    padding: 20px 0;
}

.wl-contact-cta {
    padding-bottom: 70px;
}

.wl-contact-cta-box {
    padding: 35px 25px;
    border-radius: 22px;
}

.wl-contact-cta-buttons {
    width: 100%;
    flex-direction: column;
}

.wl-contact-cta-buttons .wl-contact-btn {
    width: 100%;
}


}

/* ACCESSIBILITY */

.wl-faq-question:focus-visible,
.wl-contact-btn:focus-visible,
.wl-card-links a:focus-visible,
.wl-card-action:focus-visible {
outline: 3px solid rgba(98,199,245,.5);
outline-offset: 3px;
}

/* REDUCE MOTION */

@media (prefers-reduced-motion: reduce) {


.wl-contact-page *,
.wl-contact-page *::before,
.wl-contact-page *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}


}
