/* ==================================================
   FreshDrill CRM TECH_FUTURISTIC STYLE CSS
   Author: Senior CSS Developer & UI Designer
   ================================================== */
/**** RESET & NORMALIZE ****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  line-height: 1.6;
  background: #101628;
  color: #F8FAFF;
  font-family: 'Roboto', Arial, sans-serif;
  min-height: 100vh;
  position: relative;
}
*
{
  box-sizing: inherit;
}
ul, ol {
  padding-left: 24px;
}
a {
  color: #6EE8B7;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #19A974;
  text-shadow: 0 0 2px #17FFF3;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  font-family: inherit;
  cursor: pointer;
}
strong { font-weight: 700; }
hr { border: none; border-top: 1px solid #23345d; margin: 24px 0; }
/* Selection */
::selection {
  background: #17459B;
  color: #fff;
}

/**** TYPOGRAPHY ****/
h1, .h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  font-weight: 900;
  margin-bottom: 16px;
  color: #FFFFFF;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #6EE8B7;
}
h4, .h4 {
  font-size: 1.1rem;
  font-family: 'Montserrat', Arial, sans-serif;
}
p, ul, ol, li, blockquote, dd {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #d6e4fc;
  line-height: 1.7;
}
blockquote {
  border-left: 4px solid #19A974;
  padding-left: 20px;
  margin: 0 0 8px 0;
  color: #17459B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
}

/**** CONTAINERS & LAYOUT ****/
.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section,
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  position: relative;
  background: #141b3a;
  border-radius: 18px;
  box-shadow: 0 3px 30px 0 rgba(23,69,155,0.09);
  margin-bottom: 20px;
  padding: 28px 24px;
  transition: box-shadow 0.25s, border-color 0.2s;
  border: 1.5px solid #182761;
}
.card:hover {
  box-shadow: 0 6px 40px 0 rgba(23,169,116,0.14);
  border-color: #19A974;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #16204b;
  border-radius: 16px;
  box-shadow: 0 2px 24px #1936722b;
  padding: 24px 20px 16px 20px;
  margin-bottom: 20px;
  border: 1.5px solid #233772;
  min-width: 240px;
  max-width: 330px;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.22s;
}
.feature-item:hover {
  box-shadow: 0 8px 42px #19A97423;
  border-color: #19A974;
  transform: translateY(-4px) scale(1.02);
}
.feature-grid, .features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/**** HERO & CTA ****/
.hero {
  background: linear-gradient(120deg, #17459B 0%, #223980 85%, #101628 100%);
  color: #ffffff;
  padding: 64px 0 36px 0;
  border-bottom: 4px solid #19A97418;
}
.hero h1 {
  color: #fff;
  font-size: 2.3rem;
  text-shadow: 0 2px 28px #17459b55;
  margin-bottom: 16px;
}
.hero p {
  color: #d6e4fc;
  font-size: 1.15rem;
  margin-bottom: 22px;
}
.cta, .cta-thankyou {
  background: #16204b;
  box-shadow: 0 2px 32px #141b3a33;
  border-radius: 18px;
  margin-bottom: 60px;
}
.cta-banner {
  background: #1a3848;
  border-radius: 14px;
  padding: 18px 24px;
  margin-top: 26px;
  margin-bottom: 16px;
  color: #13DBB0;
  box-shadow: 0 2px 10px #19A97422;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cta-banner p { color: #13DBB0; }

/**** BUTTONS ****/
.button-primary {
  display: inline-block;
  background: #19A974;
  color: #ffffff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  border: none;
  outline: none;
  border-radius: 44px;
  padding: 14px 32px;
  margin-top: 6px;
  margin-bottom: 6px;
  box-shadow: 0 2px 16px #19A97444;
  transition: background 0.2s, transform 0.18s, box-shadow 0.2s;
  text-shadow: 0 0 2px #12296588;
  position: relative;
}
.button-primary:hover, .button-primary:focus {
  background: #18714E;
  box-shadow: 0 0 18px 3px #19A97488;
  color: #fff;
  outline: none;
  transform: scale(1.03);
}
.button-accent {
  display: inline-block;
  background: #17459B;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.06rem;
  font-weight: 600;
  border: none;
  border-radius: 44px;
  padding: 12px 28px;
  box-shadow: 0 2px 12px #00fff688;
  margin-top: 8px;
  transition: background 0.18s, box-shadow 0.2s, transform 0.20s;
  text-shadow: 0 1.5px 13px #19A97460;
}
.button-accent:hover, .button-accent:focus {
  background: #19A974;
  color: #fff;
  box-shadow: 0 0 18px #19A97488;
  transform: scale(1.05);
}
.button-secondary {
  display: inline-block;
  background: #223772;
  color: #fff;
  border-radius: 44px;
  padding: 10px 28px;
  border: none;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 4px;
  transition: background 0.18s, color 0.18s;
}
.button-secondary:hover,.button-secondary:focus{
  background: #17459B;
  color: #fff;
}

/**** BADGES, BANNERS, AND TAGS ****/
.trust-badges {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.info-banner {
  background: #223772;
  color: #13DBB0;
  padding: 12px 20px;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 1rem;
  box-shadow: 0 1px 8px #18714E33;
}

/**** NAVIGATION & HEADER ****/
header {
  width: 100%;
  background: #101628e9;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 7px 18px -10px #19A97425;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}
.logo img {
  height: 37px;
  width: auto;
  display: block;
}
.main-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
}
.main-nav a {
  color: #E8EDF6;
  padding: 4px 10px;
  border-radius: 8px;
  transition: color 0.13s, background 0.18s;
}
.main-nav a:hover, 
.main-nav a:focus {
  background: #233772;
  color: #19A974;
  text-shadow: 0 0 3px #19A97488;
}

/**** FOOTER ****/
footer {
  width: 100%;
  background: #101628;
  border-top: 2.5px solid #19A97424;
  color: #E8EDF6;
  padding-top: 27px;
  padding-bottom: 27px;
  margin-top: 60px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 1rem;
  margin-bottom: 10px;
  align-items: center;
}
.footer-nav a {
  color: #19A974;
  text-shadow: 0 0 5px #19A97435;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
}
.footer-nav a:hover {
  color: #E8EDF6;
}
.footer-branding {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.footer-branding img {
  height: 32px;
  width: auto;
}
.footer-branding p {
  color: #9db9d8;
  font-size: 0.95rem;
  font-family: 'Roboto', Arial, sans-serif;
}

/**** TESTIMONIALS ****/
.testimonials,
.testimonials .container {
  width: 100%;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #ffffff;
  color: #181c31;
  border-radius: 14px;
  box-shadow: 0 2px 24px #141b3a2a;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.18s, transform 0.18s;
  border-left: 4px solid #19A974;
  font-family: 'Roboto', Arial, sans-serif;
}
.testimonial-card blockquote {
  color: #17459B;
}
.testimonial-card span {
  color: #18714E;
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.06rem;
}
.testimonial-card:hover {
  box-shadow: 0 6px 32px #19A97430;
  transform: translateY(-3px) scale(1.025);
}

/**** SERVICE LIST ****/
.service-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.service-list li {
  background: #16204b;
  border-radius: 13px;
  padding: 20px 18px;
  border: 1.5px solid #223772;
  margin-bottom: 10px;
  box-shadow: 0 3px 18px #19A97413;
  transition: box-shadow 0.23s, border-color 0.17s;
}
.service-list li:hover {
  border-color: #19A974;
  box-shadow: 0 5px 22px #19A97429;
}

/**** PROCESS/OL LISTS ****/
.process ol, .process ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 14px;
}
.process li {
  font-size: 1.05rem;
  font-family: 'Roboto';
}

/**** FAQ (dt/dd) ****/
.faq dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq dt {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #19A974;
  margin-bottom: 3px;
}
.faq dd {
  margin-left: 10px;
  color: #d6e4fc;
  font-size: 1rem;
}

/**** LEGAL POLICIES & TEXT ****/
.legal-policy .text-section h2,
.legal-policy .text-section h3 {
  color: #19A974;
  font-size: 1.22rem;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-top: 18px;
  margin-bottom: 7px;
}
.legal-policy .text-section ul {
  margin-bottom: 12px;
}
.legal-policy .text-section a {
  color: #17459B;
  font-weight: 600;
  text-decoration: underline;
}
.legal-policy .text-section a:hover {
  color: #19A974;
}

/**** MAP SECTION ****/
.map .button-accent {
  margin-top: 14px;
}

/**** CARDS & GRIDS ****/
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/**** MOBILE BURGER MENU ****/
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 21px;
  right: 21px;
  z-index: 1001;
  width: 44px;
  height: 44px;
  background: #17459B;
  color: #6EE8B7;
  border: none;
  border-radius: 10px;
  font-size: 2.15rem;
  box-shadow: 0 2px 14px #19A97419;
  transition: background 0.18s, color 0.18s, box-shadow 0.2s;
}
.mobile-menu-toggle:active,
.mobile-menu-toggle:focus {
  background: #19A974;
  color: #fff;
  outline: none;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(18,26,51,0.98);
  backdrop-filter: blur(5px);
  z-index: 1100;
  transform: translateX(-100vw);
  transition: transform 0.37s cubic-bezier(.64,.19,.31,1.08);
}
body.mobile-menu-open .mobile-menu {
  display: block;
  transform: translateX(0);
}
.mobile-menu-close {
  background: #19A974;
  border: none;
  color: #fff;
  font-size: 2.1rem;
  border-radius: 9px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1101;
  box-shadow: 0 2px 12px #19A97432;
  transition: background 0.16s, color 0.13s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #17459B;
  color: #6EE8B7;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding-top: 84px;
  padding-left: 38px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}
.mobile-nav a {
  color: #6EE8B7;
  background: none;
  border-radius: 10px;
  padding: 10px 14px;
  min-width: 184px;
  transition: background 0.18s, color 0.16s;
  font-size: 1.12rem;
  letter-spacing: 0.01em;
}
.mobile-nav a:hover,
.mobile-nav a:active,
.mobile-nav a:focus {
  background: #19A974;
  color: #fff;
}

/**** COOKIE CONSENT BANNER ****/
.cookie-banner {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1200;
  background: #ffffff;
  color: #223772;
  border-radius: 16px;
  box-shadow: 0 2px 22px #17459B33;
  padding: 20px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  animation: slideUpBanner 0.38s;
  max-width: 470px;
  margin: 0 auto;
  font-family: 'Roboto', Arial, sans-serif;
}
@keyframes slideUpBanner {
  from { transform: translateY(80px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  color: #223772;
  font-size: 1rem;
  margin-bottom: 8px;
}
.cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.button-cookie-accept {
  background: #19A974;
  color: #fff;
  border: none;
  border-radius: 44px;
  padding: 10px 28px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 2px 12px #19A97433;
  transition: background 0.18s, color 0.18s;
}
.button-cookie-accept:hover,
.button-cookie-accept:focus {
  background: #18714E;
  color: #fff;
}
.button-cookie-reject {
  background: #E8EDF6;
  color: #223772;
  border: none;
  border-radius: 44px;
  padding: 10px 24px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.97rem;
  font-weight: 700;
  transition: background 0.2s, color 0.18s;
}
.button-cookie-reject:hover,
.button-cookie-reject:focus {
  background: #223772;
  color: #fff;
}
.button-cookie-settings {
  background: transparent;
  color: #19A974;
  border: 1.5px solid #19A974;
  border-radius: 44px;
  padding: 10px 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  transition: background 0.12s, color 0.16s;
}
.button-cookie-settings:hover,
.button-cookie-settings:focus {
  background: #19A974;
  color: #fff;
}

/**** COOKIE MODAL (PREFERENCES) ****/
.cookie-modal-overlay {
  position: fixed;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(18,26,51,0.92);
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInOverlay 0.25s;
}
@keyframes fadeInOverlay {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #223772;
  border-radius: 20px;
  box-shadow: 0 4px 40px #17459B33;
  padding: 38px 30px 26px 30px;
  max-width: 460px;
  min-width: 290px;
  font-family: 'Roboto', Arial, sans-serif;
  animation: slideInModal 0.3s;
  position: relative;
}
@keyframes slideInModal {
  from { transform: translateY(60px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-modal h2 {
  color: #17459B;
  font-size: 1.14rem;
  margin-bottom: 9px;
  font-weight: 700;
}
.cookie-modal .cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cookie-modal label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  user-select: none;
}
.cookie-modal-toggle {
  appearance: none;
  width: 38px;
  height: 21px;
  border-radius: 11px;
  background: #E8EDF6;
  border: 0;
  margin-right: 6px;
  position: relative;
  outline: none;
  transition: background 0.15s;
}
.cookie-modal-toggle:checked {
  background: #19A974;
}
.cookie-modal-toggle::before {
  content: '';
  display: block;
  width: 19px; height: 19px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 1px; left: 1px;
  box-shadow: 0 1px 4px #19A97422;
  transition: left 0.17s;
}
.cookie-modal-toggle:checked::before {
  left: 18px;
}
.cookie-modal-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.cookie-modal-close {
  position: absolute;
  right: 18px;
  top: 16px;
  background: #19A974;
  color: #fff;
  border: none;
  border-radius: 7px;
  width: 36px;
  height: 36px;
  font-size: 1.2rem;
  transition: background 0.13s;
}
.cookie-modal-close:hover,
.cookie-modal-close:focus {
  background: #17459B;
}
.cookie-modal p {
  font-size: 1rem;
  color: #223772;
  margin-bottom: 7px;
}

/**** RESPONSIVE DESIGN - MOBILE FIRST ****/
@media (max-width: 1200px) {
  .container {
    max-width: 98vw;
  }
}
@media (max-width: 900px) {
  .footer-nav,
  .card-container, .content-grid, .feature-grid, .features {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .main-nav {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section, section {
    padding: 24px 5px;
    margin-bottom: 38px;
  }
  .hero {
    padding: 38px 0 16px 0;
  }
  .logo img {
    height: 32px;
  }
  header .container {
    flex-direction: row;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .main-nav {
    display: none;
  }
  .button-primary {
    padding: 11px 20px;
    font-size: 0.98rem;
  }
  .button-accent {
    padding: 10px 19px;
    font-size: 0.98rem;
  }
  .feature-grid, .features {
    gap: 14px;
  }
  .testimonial-card {
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    font-size: 0.98rem;
  }
  .footer-branding {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
  .footer-nav {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .card {
    padding: 18px 10px;
  }
  .feature-item {
    padding: 16px 10px 10px 10px;
    min-width: 120px;
    max-width: 100%;
  }
  .cta, .cta-thankyou {
    border-radius: 8px;
    margin-bottom: 32px;
    padding: 14px 7px;
  }
  .trust-badges {
    gap: 9px;
  }
  .cta-banner {
    padding: 12px 7px;
    flex-direction: column;
    gap: 9px;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 480px) {
  .h1, h1 { font-size: 1.55rem; }
  .h2, h2 { font-size: 1.17rem; }
  .hero h1 { font-size: 1.21rem; }
  .cookie-banner {
    max-width: 97vw;
    padding: 10px 8px;
  }
  .cookie-modal {
    padding: 19px 9px 10px 9px;
    min-width: 90vw;
    max-width: 99vw;
  }
  .main-nav a, .footer-nav a{
    font-size: 0.99rem;
  }
  .feature-item {
    font-size: 0.97rem;
  }
}

/**** VISUAL EFFECTS, SHADOWS, ANIMATIONS ****/
.card, .feature-item, .testimonial-card, .cta, .cta-banner, .cookie-banner {
  box-shadow: 0 2px 20px #19A97416, 0 1.5px 10px #141b3a2c;
  border-radius: 16px;
}

/**** ADDITIONAL COMPONENTS ****/
.text-section ul li {
  margin-bottom: 8px;
}
.text-section ul {
  margin-bottom: 12px;
}
.text-section strong {
  color: #19A974;
  font-weight: 700;
  font-size: 1.05rem;
}
ul, ol {
  margin-bottom: 12px;
}

/**** BACKGROUNDS, ACCENTS, SEPARATORS ****/
.features {
  background: #101628;
  border-radius: 18px;
  margin-bottom: 60px;
}
.about, .legal-policy {
  background: #151d36;
  border-radius: 18px;
}
section {
  box-shadow: 0 1.5px 8px #17459B0D;
}

/**** CUSTOM SCROLLBAR ****/
::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-thumb {
  background: #17459B;
  border-radius: 10px;
  border: 2px solid #101628;
}
::-webkit-scrollbar-track {
  background: #101628;
}

/* ===== END OF STYLES ===== */