* {margin: 0;padding: 0;box-sizing: border-box;font-family: 'Inter', sans-serif;}
body {background:#fff;}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width:1370px;}
.main{padding-top: 130px;padding-bottom: 100px;}
/* HEADER */
.card{border:0;}
.header {padding:12px 0;background: #fff;box-shadow: 0 0 5px #00000082;position: fixed;top: 0;z-index: 999;left: 0;right: 0;}
.header .container{display: flex;align-items: center;justify-content: space-between;}
.logo {display: flex;align-items: center;gap: 10px;font-size: 20px;font-weight: 700;color: #1a73e8;}
nav a {margin: 0 18px;text-decoration: none;color: #334155;font-weight: 500;}
.header-btn {text-decoration: none;background:linear-gradient(131deg, #267cfb, #0dcaf0);color: white;border: none;padding: 10px 20px;
border-radius:20px;font-weight: 600;cursor: pointer;    font-size: 15px;}
.userDr { width: 40px;display: flex;height: 40px;align-items: center;background: #eee;box-shadow: 0 0 2px #00000066;border-radius: 20px;align-items: center;justify-content: center;font-size: 24px;}
.usr{display: flex; align-items: center; gap:10px;}
.userDr svg{width: 23px; height: 23px;}
/* HERO */
section.hero {background: linear-gradient(to right, #ffffff, #eef6ff); margin-top:80px;}
.hero  .container{display: flex;min-height: calc(100vh - 90px);padding:110px 0;align-items: center;}
.hero-left span.badge {margin-bottom: 29px;font-size: 13.5px;}
/* LEFT */
.hero-left {width: 50%;}
.badge {font-weight: 500;    border-radius: 20px;
padding-block: calc(.25rem * 2);
border-style: solid;
border-width: 1px;
border-color: #dbeafe;
background: linear-gradient(131deg, #eff6ff, #ecfeff);
color: #1447e6;
padding: 13px 20px;}

.hero-left h1 {font-size: 69px;font-weight:700;line-height: 1.1;    color: #0f172a;}
.hero-left h1 span {background: linear-gradient(131deg, #267cfb, #0dcaf0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.hero-left p {margin: 25px 0;font-size: 18px;color: #64748b;max-width: 520px;}
.search-box {position: relative;margin-bottom: 18px;}
.search-box i {position: absolute;top: 50%;left: 18px;transform: translateY(-50%);color: #94a3b8;}
.search-box input {width: 100%;padding: 18px 22px 18px 48px;border-radius: 14px;border: 1px solid #e2e8f0;}
.tags span {display: inline-flex;align-items: center;gap: 6px;padding: 10px 16px;border-radius: 20px;border: 1px solid #e2e8f0;margin-right: 10px;
font-size: 14px;}
/* RIGHT */
.hero-right{position:relative;width:50%;height:360px;display: flex;align-items: center;}
/* COMMON CARD */
.hero-right .cards{position:absolute;background:#fff;border-radius:18px;padding:16px 20px;
box-shadow:0 30px 70px rgba(0,0,0,.15);font-family:Inter,sans-serif;    font-size: 14px;
line-height: 17px;}
/* PRICE */
.hero-right .price-card{top:0px;left:0px;background:#e5bb15;display:flex;align-items:center;gap:12px; color:#fff;}
.hero-right .price-icon{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-weight:700;}
.hero-right .price-text strong{font-size:18px;
display: block;}
/* RATING TOP */
.rating-top{top:0px;right:40px;text-align:left;}
.rating-top .stars{color:#facc15}
.rating-top strong{font-size:18px}
.rating-top small{display:block;color:#64748b}
/* PROFILE */

.avatar-wrap{position:relative;width:110px;margin:0 auto 10px;}
.avatar-wrap img{width:110px;height:110px;border-radius:50%;box-shadow:0 0 26px #40a5e96b;border: 3px solid #b1d0e5;}
.verified{position:absolute;bottom:-10px;right:28%;background:linear-gradient(131deg, #267cfb, #0dcaf0);color:#fff;width:35px;height:35px;border-radius:50%;display:flex;
align-items:center;justify-content:center;font-size:14px;}
.verified svg{width:23px; height:33px;}
.profile-card h3{margin-top:8px}
.profile-card p{color:#64748b;font-size:14px;margin-top: 3px; margin-bottom: 0;}
.profile-meta{margin-top:20px;display:flex;justify-content:center;gap:14px;font-size:14px;font-weight: 400;color: #71767a;}
.profile-meta b{color: #000;}
/* LOCATION */
.location-card{bottom:0px;left:40px;display:flex;gap:10px;}
.loc-icon{width:34px;height:34px;background:linear-gradient(131deg, #267cfb, #0dcaf0);color:#fff;border-radius:40%;display:flex;align-items:center;justify-content:center;}
.loc-icon svg{width: 23px; height:23px;}
/* TOP RATED */
.top-rated{right:50px;top:190px;font-weight:600;}
/* RESPONSE */
.hero-right .response-card{bottom:0px;right:60px;background:#22c55e;color:#fff;display:flex;gap:10px;}
strong.font-big.d-block {
font-size: 20px;
margin-top: 8px;
}
.clock{width:34px;height:34px;background:rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;}
/* FLOATING (SUBTLE) */
@keyframes float{
0%{transform:translateY(0); }
50%{transform:translateY(-10px)}
100%{transform:translateY(0)}
}
@keyframes float2{
0%{transform:rotate(0deg)}
50%{transform:rotate(15deg)}
100%{transform:rotate(0deg)}
}
.float-1{animation:float 4s ease-in-out infinite}
.float-2{animation:float 5s ease-in-out infinite}
.float-3{animation:float 6s ease-in-out infinite}
.float-4{animation:float 4.5s ease-in-out infinite}
.float-5{animation:float 5.5s ease-in-out infinite}
.float-6{animation:float 6.5s ease-in-out infinite}
.float-2s {animation: float2 4s ease-in-out infinite;}
.hero-right .card.profile-card.float-3 {position: relative;width: 335px;padding: 30px; margin: auto; text-align: center;
z-index: 1;background:#fff;border-radius:18px;padding:16px 20px;box-shadow:0 30px 70px rgba(0,0,0,.15);font-family:Inter,sans-serif;}
/* End hero section */

/* Start category section */

.categories-section{ padding: 90px 0;text-align:center;background:#fff;}
.pill{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:30px;border:1px solid #e2e8f0;background:#fff;
font-size:14px;color:#1e293b;}
.categories-section h2{margin:24px 0 12px;font-size:44px;font-weight:800;color:#0f172a;}
.subtitle{font-size:18px;color:#64748b;line-height:1.6;}
.category-grid{margin-top:70px;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;}
/* CARD */
.category-card{background:#fff;border-radius:18px;padding:26px;text-align:left;position:relative;box-shadow:0 20px 50px rgba(0,0,0,.08);}
.icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
.icon svg{width:22px;height:22px;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none;}
.blue{background:#e0f2fe;color:#2563eb}
.yellow{background:#fef9c3;color:#f59e0b}
.purple{background:#f3e8ff;color:#9333ea}
.green{background:#dcfce7;color:#16a34a}
.icon svg{stroke:currentColor}
.count{position:absolute;top:22px;right:22px;font-size:14px;color:#64748b;}
.category-card h3{font-size:20px;font-weight:700;margin-bottom:6px;}
.category-card p{font-size:15px;color:#64748b;margin-bottom:24px;}
.card-footer{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#475569;}
.arrow{font-size:18px;}
.stats-card {max-width:900px;margin: auto;padding: 28px 36px;background: linear-gradient(180deg,#f8fbff 0%,#fdfefe 100%);border: 1px solid #e6eef7;
border-radius: 22px;display: flex;align-items: center;justify-content: space-between;margin-top: 70px;}
.stats-left {display: flex;align-items: center;gap: 48px;}
.stat {display: flex;flex-direction: column;gap: 6px;}
.stat-value {font-size: 36px;font-weight: 700;color: #0b5cff;line-height: 1;}
.stat-label {font-size: 14px;color: #475569;font-weight: 500;}
.divider {width: 1px;height: 48px;background: #dbe5f1;}
.cta-btn {background: linear-gradient(180deg,#2f6df6 0%,#1e5be6 100%);color: #ffffff;border: none;padding: 16px 28px;border-radius: 14px;font-size: 15px;font-weight: 600;cursor: pointer;display: flex;align-items: center;gap: 10px;box-shadow: 0 10px 22px rgba(46, 108, 255, 0.25);transition: transform 0.2s ease, box-shadow 0.2s ease;}
.cta-btn:hover {transform: translateY(-1px);box-shadow: 0 14px 26px rgba(46, 108, 255, 0.35);}
.cta-btn span {font-size: 18px;line-height: 1;}

@media (max-width: 768px) {
.stats-card {flex-direction: column;gap: 24px;align-items: flex-start;}
.stats-left {gap: 28px;}
.divider {display: none;}
}

.process-section {padding: 90px 0px;background: radial-gradient(circle at right,#f1f7ff 0%,#ffffff 55%);}
/* Top Badge */
.top-badge {display: inline-flex;align-items: center;gap: 8px;padding: 8px 14px;border-radius: 999px;background: #ffffff;border: 1px solid #e5ecf6;font-size: 14px;font-weight: 600;color: #2563eb;box-shadow: 0 6px 16px rgba(0,0,0,0.06);}
.top-badge::before {content: "✦";font-size: 14px;}
.heading {margin-top: 28px;text-align: center;}
.heading h2 {font-size: 46px;font-weight: 700;line-height: 1.2;margin: 0;}
.heading p {margin-top: 18px;font-size: 18px;color: #64748b;max-width: 700px;margin-left: auto;margin-right: auto;}
/* Content */
.process-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 80px;align-items: center;margin-top: 80px;}
/* Left */
.step-badge {display: inline-flex;align-items: center;gap: 8px;padding: 6px 14px;border-radius: 999px;background: #f1f7ff;font-size: 13px;font-weight: 700;color: #2563eb;margin-bottom: 16px;}
.step-title {font-size: 34px;font-weight: 700;margin: 0 0 16px;}
.step-desc {font-size: 16px;line-height: 1.7;color: #475569;max-width: 460px;}
.next-step {margin-top: 26px;display: flex;align-items: center;gap: 10px;font-size: 14px;color: #2563eb;font-weight: 600;}
.next-step span {color: #0f172a;font-weight: 700;}

/* Right Card */
.visual-card {position: relative;background: #ffffff;border-radius: 26px;padding: 60px;border: 1px solid #e6eef7;box-shadow: 0 20px 50px rgba(15,23,42,0.08);min-height: 360px;overflow: hidden;}
.bg-shape {position: absolute;width: 200px;height: 200px;border-radius: 22px;background: #eef6ff;}
.bg-shape.one {bottom:0px;left:0px;    background: linear-gradient(47deg, #e9f9fc, #fff);}
.bg-shape.two {top: 0px;right: 0px;background: linear-gradient(47deg, #ffffff, #e9f9fc);}
.icon-circle {position: relative;width: 140px;height: 140px;background: linear-gradient(180deg, #0ea5ff, #0284ff);border-radius: 50%;
display: flex;align-items: center;justify-content: center;margin: auto;box-shadow: 0 18px 40px rgba(14,165,255,0.45);z-index: 2;}
.icon-circle svg{width:60px; height:60px;     color: #fff;}
.step-number {position: absolute;bottom: -6px;right: -6px;background: #ff9800;color: #ffffff;width: 44px;height: 44px;border-radius: 50%;
font-size: 16px;font-weight: 700;display: flex;align-items: center;justify-content: center;box-shadow: 0 10px 20px rgba(255,152,0,0.45);}
.cta-box{max-width:900px;margin:auto;padding:70px 60px 40px;border-radius:32px;background:radial-gradient(circle at top right, #254aa5 0%, transparent 55%),linear-gradient(135deg, #0b1f45 0%, #123a8c 45%, #0b2f7d 100%);color:#ffffff;
margin-top: 90px;}
.cta-box h2{margin:0;font-size:36px;font-weight:700;text-align:center;}
.cta-box p{margin:14px auto 0;font-size:17px;line-height:1.6;color:#dbe7ff;text-align:center;max-width:680px;}
.cta-actions{margin-top:36px;display:flex;justify-content:center;gap:20px;}
.btn-primary{background:#ffffff;color:#0b1f45;padding:16px 28px;font-size:15px;font-weight:600;border-radius:14px;border:none;cursor:pointer;display:flex;align-items:center;gap:10px;}
.btn-secondary{background:rgba(255,255,255,0.08);color:#ffffff;padding:16px 28px;font-size:15px;font-weight:600;border-radius:14px;border:1px solid rgba(255,255,255,0.25);cursor:pointer;}
.cta-divider{margin:48px 0 28px;height:1px;background:rgba(255,255,255,0.15);}
.cta-features{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;}
.feature{display:flex;align-items:center;gap:10px;font-size:14px;color:#e7efff;font-weight:500;}
.check{width:18px;height:18px;border-radius:50%;background:#22c55e;display:flex;align-items:center;justify-content:center;font-size:12px;color:#ffffff;}
@media (max-width: 900px) {
.process-grid {grid-template-columns: 1fr;gap: 50px;}
.heading h2 {font-size: 36px;}
}

.section{padding:88px 0;}
.top-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;
background:#ffffff;border:1px solid #e6edf6;font-size:14px;font-weight:600;color:#2563eb;
box-shadow:0 6px 16px rgba(15,23,42,.06);}
.heading{text-align:center;margin-top:28px;}
.heading h2{margin:0;font-size:48px;font-weight:700;letter-spacing:-0.3px;}
.heading p{margin-top:16px;font-size:18px;line-height:1.6;color:#64748b;max-width:760px;margin-left:auto;margin-right:auto;}
.section .cards{margin-top:72px;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;}
.section .card{background:#ffffff;border-radius:20px;padding:26px 24px 24px;border:1px solid #edf2f7;box-shadow:0 20px 40px rgba(15,23,42,.06);text-align:center;}
.avatar{position:relative;width:60px;height:60px;margin:0 auto 14px;}
.avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #2563eb;}
.avatar .verified {width: 24px;height: 24px;}
.avatar .verified svg{width: 16px;height: 16px;}
.name{font-size:18px;font-weight:700;margin:6px 0 4px;}
.role{font-size:14px;color:#475569;}
.location{margin-top:4px;font-size:13px;color:#64748b;display:flex;justify-content:center;gap:4px;}
.location svg {width: 13px;height: 20px;}
.rating{margin:10px 0 20px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;}
.rating strong{font-weight:700;color:#0b1324;}
.rating span{color:#64748b;}
.meta .divider{height:15px;background:#475569;margin:0;width:1px;}
.meta{display:flex;justify-content:space-between;font-size:13px;color:#475569;margin-bottom:10px;}
.section .badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;border-radius:999px;margin-bottom:14px;}
.section .badge.top{background:#fff7db;border:1px solid #fde68a;color:#b45309;width: 100%;text-align: center;display: block;}
.section .badge.fast{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;}
.btn{width:100%;padding:12px 0;border-radius:12px;background:#f8fbff;border:1px solid #e5ecf6;font-size:14px;font-weight:600;cursor:pointer;}
.bottom-cta{margin-top:60px;text-align:center;}
.bottom-cta button{padding:16px 36px;border-radius:16px;background:linear-gradient(90deg,#2563eb,#0ea5ff);color:#ffffff;border:none;font-size:16px;font-weight:600;cursor:pointer;}
.stars svg{color:#fdc700;width: 12px;}
.meta svg {width: 12px;height: 12px;}

/* Testimonials */
.section.Testimonial .badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#fff;border:1px solid #e6edf6;
color:#2563eb;font-size:14px;font-weight:600;box-shadow:0 6px 16px rgba(0,0,0,.06);}
.section.Testimonial h2{margin:28px 0 14px;font-size:46px;font-weight:700;}
.section.Testimonial .sub{font-size:18px;color:#64748b;max-width:760px;margin:auto;}
.section.Testimonial .slider{position:relative;overflow:hidden;box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000, 0 32px 64px #0f172a26;margin-top:50px;    border-radius: 20px;padding:50px;}
.section.Testimonial .slides{position:relative;}
.section.Testimonial .slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .5s ease;padding:0 10px;}
.section.Testimonial .slide.active{opacity:1;pointer-events:auto;position:relative;}
.section.Testimonial .profile{text-align:left;}
.section.Testimonial .avatar{width:84px;height:84px;border-radius:50%;overflow:hidden;border:3px solid #2563eb;margin-bottom:14px; margin: 0; margin-bottom: 10px;}
.section.Testimonial .avatar img{width:100%;height:100%;object-fit:cover; border:0;}
.section.Testimonial .profile h4{margin:0;font-size:16px;font-weight:700;}
.section.Testimonial .profile p{margin:4px 0;font-size:13px;color:#64748b;}
.section.Testimonial .stars{display:flex;gap:4px;margin-top:8px;}
.section.Testimonial .star{width:16px;height:16px;fill:#facc15;}
.section.Testimonial .quote{font-size:24px;line-height:1.7;color:#334155;}
.section.Testimonial .service{margin-top:18px;display:inline-block;padding:8px 16px;border-radius:999px;background:#eef4ff;border:1px solid #dbeafe;color:#2563eb;font-size:13px;font-weight:600;}
.section.Testimonial .dots{margin-top:50px;display:flex;justify-content:center;gap:10px;}
.section.Testimonial .dot{width:12px;height:12px;border-radius:50%;background:#c7d2fe;cursor:pointer;}
.section.Testimonial .dot.active{width:50px;border-radius:999px;background:linear-gradient(131deg, #267cfb, #0dcaf0);}
.section.Testimonial .thumbs{margin-top:40px;display:flex;gap:20px; justify-content: center;}
.section.Testimonial .thumb{background:#fff;border-radius:16px;padding:18px 14px;border:1px solid #a9b0b7;cursor:pointer;    text-align: center;min-width: 200px;}
.section.Testimonial .thumb.active{background:#eef6ff;border:2px solid #2563eb;}
.section.Testimonial .thumb img{width:48px;height:48px;border-radius:50%;object-fit:cover;}
.section.Testimonial .thumb h5{margin:10px 0 4px;font-size:13px;font-weight:700;}
.section.Testimonial .thumb p{margin:0;font-size:12px;color:#64748b;}
.section.Testimonial .card-slide {display: flex;gap: 40px;}
.section.Testimonial .profile h4 {white-space: nowrap;}
.section.Testimonial .thumb .stars {justify-content: center;}
.stats-grid {display: flex;justify-content: center;gap: 24px;margin-top: 70px;}
.stat-card{background:#ffffff;border:1px solid #e6edf6;border-radius:18px;padding:28px 20px 26px;text-align:center;box-shadow:0 10px 30px rgba(15,23,42,0.08); min-width:200px;}
.stat-value{font-size:32px;font-weight:700;margin-bottom:8px;background: linear-gradient(131deg, #267cfb, #0dcaf0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.stat-label{font-size:14px;font-weight:500;color:#475569;}
@media (max-width: 900px){
.stats-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width: 480px){
.stats-grid{grid-template-columns:1fr;}
}


/*  Join Our Platform Today */
.ourPlatform{background:radial-gradient(circle at right bottom, #2db4ff 0%, transparent 55%),linear-gradient(135deg,#2a4bd7,#2563eb);color:#ffffff;padding:100px 0px;position:relative;overflow:hidden;}
.ourPlatform::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);background-size:40px 40px;opacity:.35;}
.ourPlatform-inner{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:60px;z-index:2;}
.ourPlatform .badge{display:inline-flex;gap:8px;padding:12px 15px;border-radius:999px;background:#4d76dd;font-size:14px;font-weight:500;color: #fff;border: 1px solid #ffffff75;}
.ourPlatform h1{font-size:52px;line-height:1.15;margin:22px 0 18px;}
.ourPlatform p{font-size:18px;max-width:520px;color:#e0ebff;}
.ourPlatform .pills{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0;}
.ourPlatform .pill{padding:8px 15px;border-radius:999px;background:rgb(77 118 221);font-size:14px; color:#fff}
.ourPlatform .buttons{display:flex;gap:16px;margin-top:30px;}
.ourPlatform .btn-primary{background:#ffffff;color:#1e3a8a;padding:16px 26px;border-radius:14px;font-weight:700;border:none;}
.ourPlatform .btn-secondary{background:transparent;border:2px solid rgba(255,255,255,.4);color:#ffffff;padding:16px 26px;border-radius:14px;font-weight:600;}
.ourPlatform .stats{display:flex;gap:40px;margin-top:50px;padding-top:30px;border-top:1px solid rgba(255,255,255,.25);}
.ourPlatform .stat strong{font-size:26px;}
.ourPlatform .stat span{display:block;font-size:14px;color:#dbe7ff;}
.ourPlatform .right{position:relative;}
.ourPlatform .f-card{position:relative;background:#ffffff;color:#0b1324;border-radius:16px;padding:20px;box-shadow:0 20px 50px rgba(0,0,0,.25);}
.ourPlatform .card-pro{top:0;right:0;width:240px;animation-delay:0s;display: flex; gap: 10px;position: relative;margin: auto;animation:floatJ 6s ease-in-out infinite;}
.ourPlatform .card-response{width:225px;transform:rotate(-30deg);animation-delay:1s;animation: float2 4s ease-in-out infinite;}
.ourPlatform .card-jobs{width:200px;animation-delay:2s; margin-left: auto;animation:floatJ 6s ease-in-out infinite;}
.ourPlatform .card-verified{width:260px;transform:rotate(4deg);animation-delay:3s; margin: auto; display:flex; gap: 10px;animation: float2 4s ease-in-out infinite;}
@keyframes floatJ{
0%{transform:translateY(0) rotate(var(--r,0deg))}
50%{transform:translateY(-14px) rotate(var(--r,0deg))}
100%{transform:translateY(0) rotate(var(--r,0deg))}
}
.ourPlatform .f-card img{width:44px;height:44px;border-radius:50%;object-fit:cover;}
.ourPlatform .small{font-size:13px;color:#64748b;}
.ourPlatform .rating{color:#facc15;font-size:14px;justify-content: start;
    margin: 0;}
.ourPlatform .green{color:#22c55e;font-weight:500; font-size: 11px;}
@media(max-width:1000px){
.ourPlatform .ourPlatform-inner{grid-template-columns:1fr;}
.ourPlatform .right{display:none;}
}


/* FOOTER */
.footer{background:linear-gradient(135deg,#050b1c,#08142c,#050b1c);color:#cbd5e1;padding:80px 60px 30px;}
.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr 1.2fr;gap:60px;}
.footer .logo{display:flex;align-items:center;gap:10px;margin-bottom:18px;}
.logo span{font-size:18px;font-weight:700;color:#38bdf8;}
.footer p{font-size:15px;line-height:1.7;color:#94a3b8;max-width:320px;}
.social{display:flex;gap:12px;margin-top:22px;}
.social a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#e2e8f0;text-decoration:none;}
.footer h4{color:#ffffff;font-size:16px;margin-bottom:22px;letter-spacing:.5px;}
.footer ul{list-style:none;padding:0;margin:0;}
.footer ul li{margin-bottom:14px;}
.footer ul li a{text-decoration:none;color:#94a3b8;font-size:15px;}
.footer ul li a:hover{color:#ffffff;}
.contact-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;}
.contact-icon{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.contact-item span{font-size:14px;color:#94a3b8;}
.contact-item strong{display:block;color:#e2e8f0;font-weight:500;margin-top:4px;}
.footer-divider{max-width:1200px;margin:60px auto 20px;height:1px;background:rgba(255,255,255,.12);}
.footer-bottom{max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#94a3b8;}
.footer-links{display:flex;gap:26px;}
.footer-links a{color:#94a3b8;text-decoration:none;}
.footer-links a:hover{color:#ffffff;}

/* RESPONSIVE */
@media(max-width:991px){
.footer-top{grid-template-columns:1fr 1fr;gap:40px;}
.footer-bottom{flex-direction:column;gap:16px;}
}