.frosted-gradient {
  background: linear-gradient(135deg, #f5e6f8 0%, #ede6f8 25%, #e6eaf8 50%, #e6f0f8 75%, #e6f5f8 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);*/
}

p {
  font-family: inter;
  margin: 0;
}

/* .screenshot-bg::after {
  content: '';
  position: absolute;
  width: 105%;
  background-color: rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  border-radius: 19px;
  z-index: 2;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
} */

.screenshot-bg {
  width: 500%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.5);
  /*transform: translateY(300px);*/
  z-index: -1;
  position: relative;
  top: 34%;
}

.drop-shadow {
  position: relative;
}

.drop-shadow::after {
  content: '';
  position: absolute;
  box-shadow: 0 0 20px rgba(0,0,0,0.42);
  width: 80%;
  height: 10px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 30%;
  background-color: rgba(0, 0, 0, 0.25);
}

.card {
  border: 0 !important;
}

.navbar {
  background: transparent !important;
}

.navbar-container {
  background-color: rgba(255, 255, 255, 0.541);
  padding: 1.2rem;
  border-radius: 40px;
  /*box-shadow: 0 10px 10px rgba(0,0,0,0.08);*/
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.397);
  --blur: 1px;
  --white: rgba(255, 255, 255, 1);
  --blackBorder: rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px var(--blur) 0 var(--white), 0 1px var(--blur) 0 var(--white), 1px 1px var(--blur) 0 var(--blackBorder), -1px 0 var(--blur) 0 var(--blackBorder), 0 10px 10px rgba(0,0,0,0.08);
}

.floater {
  max-width: 250px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.397);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px;
  padding: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: float 5s ease-in-out infinite;
  border: 0;
  --blur: 1px;
  --white: rgba(255, 255, 255, 1);
  --blackBorder: rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px var(--blur) 0 var(--white), 0 1px var(--blur) 0 var(--white), 1px 1px var(--blur) 0 var(--blackBorder), -1px 0 var(--blur) 0 var(--blackBorder), 0 10px 10px rgba(0,0,0,0.08);
}

.floater-track {
  top: 236px;
  left: -103px;
}

.floater-safe {
  top: -36px;
  right: 100px;
  animation-delay: 0.5s;
}

.floater-control {
  bottom: -40px;
  left: 100px;
  animation-delay: 1s;
}

.dashboard-screenshot {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.feature-card {
  background: none !important;
  flex: 1 1 calc(50% - 20px);
}

.feature-card > div {
  padding: 3rem;
  border: 1px solid silver;
  background-color: white;
  border-radius: 10px;
}

.process-card {
  background-color: rgba(255,255,255,0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  flex: 1;
  isolation: isolate;
  overflow: hidden;
  --blur: 1px;
  --white: rgba(255, 255, 255, 1);
  --blackBorder: rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px var(--blur) 0 var(--white), 0 1px var(--blur) 0 var(--white), 1px 1px var(--blur) 0 var(--blackBorder), -1px 0 var(--blur) 0 var(--blackBorder), 0 10px 10px rgba(0,0,0,0.08);
}

.process-card svg {
  font-size: 3rem;
  color: #e91e8c;
}

.process-card::after {
  content: attr(data-step);
  position: absolute;
  top: -10px;
  right: -45px;
  font-size: 15rem;
  font-family: Inter;
  font-weight: bold;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /*background: rgba(255, 255, 255, 0.635);*/
  text-align: center;
  line-height: 150px;
  color: rgba(233,30,140,0.06);
  z-index: -1;
}

.process-section {
  position: relative;
  isolation: isolate;
}

.process-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  z-index: -1;
}

footer ul li {
  margin-top: 0.8rem;
  display: block;
}

footer ul li a {
  color: gray;
  text-decoration: none !important;
}

.partner-hero {
  height: 60vh;
}

.partner-hero-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.partner-hero-content {
  position: relative;
  z-index: 2;
  width: 70%;
  padding: 2.2rem;
  color: white;
}

.partner {
  width: 46%;
  padding: 1rem 1rem 3rem 1rem;
  border: 1px solid silver;
  border-radius: 10px;
}

.navbar-container {
  transition: border-radius 0.3s linear;
}

.navbar-expanded .navbar-container {
  border-radius: 20px !important;
}
/* ========================================
   COMPANY PAGE STYLES
   Add to /var/www/staging.cloudday.io/public/assets2/css/styles.css
   ======================================== */

/* Badge Styling */
.badge {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(233,30,140,0.08);
    border: 1px solid rgba(233,30,140,0.2);
    border-radius: 50px;
    color: #e91e8c;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.badge-careers {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(233,30,140,0.08);
    border: 1px solid rgba(233,30,140,0.2);
    border-radius: 50px;
    color: #e91e8c;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* About Section */
#aboutus {
    padding: 120px 0; 80px
    background: linear-gradient(135deg,#f5e6f8 0%,#ede6f8 25%,#e6eaf8 50%,#e6f0f8 75%,#e6f5f8 100%);
}

.about-badge-row {
    text-align: center;
    margin-bottom: 20px;
}

#aboutus h2 {
    font-size: clamp(24px,3vw,36px);
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
    margin-bottom: 20px;
}

#aboutus h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 36px 0 12px;
}

#aboutus p {
    font-size: 15px;
    color: #444;
    line-height: 1.85;
    margin-bottom: 16px;
}

.diff-list {
    list-style: none;
    margin: 16px 0 24px;
}

.diff-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(200,180,255,0.25);
    font-size: 15px;
    color: #444;
    line-height: 1.75;
}

.diff-list li:last-child {
    border-bottom: none;
}

.diff-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e91e8c;
    flex-shrink: 0;
    margin-top: 8px;
}

.diff-list strong {
    color: #1a1a2e;
    font-weight: 600;
}

.closing-line {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(200,180,255,0.3);
}

/* Founder Section */
#founder {
    padding: 80px 0;
    background: #fff;
}

.founder-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(200,180,255,0.3);
    box-shadow: 0 8px 40px rgba(0,0,0,0.06);
    display: flex;
    overflow: hidden;
    width: 100%;
    align-items: stretch;
}

.founder-content {
    padding: 48px;
    flex: 1;
}

.founder-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9c27b0;
    margin-bottom: 16px;
}

.founder-name {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.founder-title {
    font-size: 13px;
    color: #888;
    margin-bottom: 32px;
}

.founder-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 16px;
}

.founder-photo-col {
    width: 200px;
    flex-shrink: 0;
    border-left: 1px solid rgba(200,180,255,0.2);
    background: linear-gradient(160deg,#f5e6f8,#e6f0f8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
}

.founder-photo-box {
    width: 140px;
    height: 140px;
    border-radius: 12px;
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(200,180,255,0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.founder-photo-box i {
    font-size: 28px;
    color: #9c27b0;
    opacity: 0.4;
}

.founder-photo-box span {
    font-size: 11px;
    color: #9c27b0;
    font-weight: 500;
}

/* Careers Section */
#careers {
    padding: 0 0 80px;
    background: #fff;
}

.careers-header {
    background: linear-gradient(135deg,#f5e6f8 0%,#e6eaf8 100%);
    padding: 60px 40px;
    margin-bottom: 60px;
    text-align: center;
}

.careers-header-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.careers-header h2 {
    font-size: clamp(20px,2.5vw,28px);
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
    line-height: 1.3;
}

.careers-header p {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 24px;
}

.btn-dark-sm {
    display: inline-block;
    background: #1a1a2e;
    color: #fff;
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.btn-dark-sm:hover {
    opacity: 0.85;
}

.section-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 28px;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-bottom: 64px;
}

.benefit-card {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(200,180,255,0.25);
    border-radius: 14px;
    padding: 24px;
    transition: all 0.25s ease;
    cursor: default;
}

.benefit-card:hover {
    background: linear-gradient(135deg,rgba(233,30,140,0.06),rgba(0,188,212,0.06));
    border-color: rgba(233,30,140,0.3);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(233,30,140,0.1);
}

.benefit-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(233,30,140,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: background 0.25s;
}

.benefit-card:hover .benefit-icon {
    background: rgba(233,30,140,0.15);
}

.benefit-icon i {
    font-size: 18px;
    color: #e91e8c;
}

.benefit-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.benefit-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* Core Values */
.values-section {
    margin-bottom: 64px;
}

.values-intro {
    font-size: 15px;
    color: #555;
    margin-bottom: 28px;
}

.values-row-1 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.values-row-2 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    max-width: 75%;
    margin: 0 auto 32px;
}

.value-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid rgba(200,180,255,0.25);
    border-radius: 14px;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(8px);
}

.value-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg,rgba(233,30,140,0.08),rgba(0,188,212,0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.value-icon i {
    font-size: 18px;
    color: #9c27b0;
}

.value-card h4 {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.value-card p {
    font-size: 12px;
    color: #666;
    line-height: 1.55;
}

/* Open Roles */
#open-roles {
    padding-top: 56px;
    border-top: 1px solid rgba(200,180,255,0.25);
}

.no-vacancies {
    background: linear-gradient(135deg,#f5e6f8,#e6f0f8);
    border-radius: 14px;
    padding: 48px;
    text-align: center;
    margin-top: 20px;
}

.no-vacancies i {
    font-size: 32px;
    color: #9c27b0;
    margin-bottom: 14px;
    display: block;
}

.no-vacancies p {
    font-size: 15px;
    color: #555;
    margin-bottom: 8px;
}

.no-vacancies small {
    font-size: 13px;
    color: #888;
}

/* Responsive Design */
@media (max-width: 768px) {
    .founder-card {
        flex-direction: column;
    }
    
    .founder-photo-col {
        width: 100%;
        border-left: none;
        border-top: 1px solid rgba(200,180,255,0.2);
        padding: 32px;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .values-row-1,
    .values-row-2 {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
}
