/*
Theme Name: Tabelis
Author: Sumani komunikacija
Author URI: http://www.skom.lt
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* { box-sizing: border-box; }
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: top; outline: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
table { border-collapse: collapse; border-spacing: 0; }
button, input, select, textarea { margin: 0; font-family: inherit; font-size: inherit; padding: 5px; }
input, textarea, select { box-sizing: border-box; outline: none; }
button::-moz-focus-inner { border: 0; padding: 0; }

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  font-size: 14px; 
  line-height: 26px; 
  color: #333;
  min-height: 100vh;
  display: flex;
  flex-direction: column;  
}
html, body { min-width: 360px; }

/* Common */
p, ul, ol, table, label { font-size: 15px; line-height: 18px; }
p, ul, ol, form { margin-bottom: 15px; }
ul { list-style-type: circle; }
ul, ol { margin: 10px 0 20px 40px; }
i, oblique { font-style: italic; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
sup { font-size: 14px; position: relative; top: -5px; left: 1px; }
sub { font-size: 14px; position: relative; bottom: -5px; left: 1px; }

table { width: 100%; margin-bottom: 15px; border-collapse:collapse; border:1px solid #ddd; overflow: scroll; }
table th, table td { padding: 5px 10px; border:1px solid #ddd; text-align: left; vertical-align: middle; }
table th { color: #a95000; }
table.large-table th, table.large-table td,
table.large-table th p, table.large-table td p, table.large-table td ul { font-size: 12px; line-height: 14px; }
table.large-table th span, table.large-table td span { font-size: 10px; }
table.large-table td ul { margin: 0 0 0 20px; }
table.large-table th, table.large-table td { padding: 2px 2px; }
tfoot th, tfoot td { font-weight: bold; }
table form { margin: 0; }
table p { font-size: 12px; line-height: 14px; }

h1, h2, h3, h4 { font-family: 'Roboto', Helvetica, Arial, sans-serif; }
h1 { font-weight: bold; font-size: 40px; line-height: 44px; margin: 30px 0 20px 0; color: #201d3a ; }
h2, h3, h4 { font-size: 32px; line-height: 36px; margin: 30px 0 15px 0; }
a, a:active { color: #005dc8; }
a:hover { color: #000; }
a.current { color: #000; }

@media only screen and (max-width: 540px) {
	h1 { font-size: 40px; line-height: 44px; }
	h2 { font-size: 32px; line-height: 36px; }
}

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100;
}
#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
}
.clearfloat { clear: both; }
.wrap { margin: 0 auto; max-width: 1200px; padding: 20px; position: relative; }
.wrap::after { content: " "; display: table; clear: both; }
.wrap .wp-caption, .wrap img { max-width: 100%; height: auto; }
.wrap .alignright { float: right; margin-left: 30px; margin-bottom: 20px; }
.wrap .alignleft { float: left; margin-right: 30px; margin-bottom: 20px; }
.green { color: #007010; }
.red, .error, .woocommerce-error { color: #ee0000; }
.dark-green { color: #13612A; }
.dark-red { color: #A8251A; }
.close {
	width: 13px;
	height: 13px;
	padding: 15px;
	background-image: url(pics/close.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 10;
}
.divider-top { border-top: 1px solid #ddd; margin-top: 80px; padding-top: 60px; clear: both; }

.columns-2 > div, .columns-2 > li { display: block; float: left; width: 48%; margin-bottom: 5%; }
.columns-2 > div:nth-child(odd), .columns-2 > li:nth-child(odd) { margin-right: 4%; }
.columns-2::after { content: " "; display: table; clear: both; }
.columns-3 > div, .columns-3 > li { display: block; float: left; width: 31%; margin: 0 3.5% 4% 0; }
.columns-3 > div:nth-child(3n), .columns-3 > li:nth-child(3n) { margin-right: 0; }
.columns-3::after { content: " "; display: table; clear: both; }
.columns-4 > div, .columns-4 > li { display: block; float: left; width: 22.75%; margin: 0 3% 3% 0; }
.columns-4 > div:nth-child(4n), .columns-4 > li:nth-child(4n) { margin-right: 0; }
.columns-4::after { content: " "; display: table; clear: both; }
.columns-2 .woocommerce-notices-wrapper, .columns-3 .woocommerce-notices-wrapper, .columns-4 .woocommerce-notices-wrapper { width: 100%; margin-bottom: 25px; }
.columns > li img { width: 100%; }
.content-half { width: 47%; margin-right: 2%; display: inline-block; }
.content-third { width: 30%; margin-right: 2%; display: inline-block; }
@media only screen and (max-width: 960px) {
  .columns-4 > div, .columns-4 > li { display: block; float: left; width: 48%; margin: 0 0 5% 0; }
  .columns-4 > div:nth-child(odd), .columns-4 > li:nth-child(odd) { margin-right: 4%; }
  .content-half, .content-third { width: 100%; margin: 0; }
}
@media only screen and (max-width: 460px) {
  .columns-3 > div, .columns-3 > li { width: 100%; margin-right: 0; }
}
@media only screen and (max-width: 360px) {
  .columns-2 > div, .columns-2 > li,
  .columns-4 > div, .columns-4 > li { width: 100%; margin-right: 0; }
}

.two-columns { columns: 2; column-gap: 50px; text-align: left; }
.half-column { display: inline-block; width: 48%; margin: 0 0 20px 3%; text-align: left; }
.three-columns { columns: 3; column-gap: 50px; text-align: left; }
.third-column { display: inline-block; width: 31%; margin: 0 0 20px 3%; text-align: left; }
.four-columns { columns: 4; column-gap: 40px; text-align: left; }
.fourth-column { display: inline-block; width: 23%; margin: 0 0 25px 2%; text-align: left; }
.half-column:first-child, .third-column:first-child, .fourth-column:first-child { margin-left: 0; }

.column-left { text-align: left; }
.column-center { text-align: center; }
.column-right { text-align: right; }
@media only screen and (max-width: 960px) {
  .four-columns { columns: 2; }
  .fourth-column { width: 48%; margin: 0 0 20px 3%; }
  .fourth-column:nth-child(odd) { margin-left: 0; }
}
@media only screen and (max-width: 640px) {
	table th, table td { font-size: 12px; }
	.two-columns, .three-columns, .four-columns { columns: 1; }
	.half-column, .third-column, .fourth-column { width: 100%; }
}

/* Forms */

form label { display: block; margin-bottom: 5px; }
form h2 { font-weight: bold; }
.button {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	background: #005dc8;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	outline: none;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 3px;
  border-radius: 5px;
}
.button:hover { background: #000; color: #fff; }
.button-small {
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	padding: 0 12px;
}
.button-delete {
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	padding: 0 8px;
	background: #aa0000;
}
.section-separator { height: 100px; }

/* main */
#main { 
  padding: 30px 20px; 
  position: relative; 
  z-index: 50; 
  background: #fff; 
  margin-bottom: 60px; 
  flex: 1; 
}
#content { width: 72%; float: left; }
#sidebar { width: 25%; float: right; }
#sidebar .widget { margin-bottom: 40px; }
.excerpt p, .excerpt ul { margin: 0 0 10px 0; }

@media only screen and (max-width: 800px) {
  #content, #sidebar { width: 100% }
  #top-banner { margin-bottom: 0; }
}
@media only screen and (max-width: 360px) {
  #top-banner { height: 300px; }
}

/* Widgets */

a.remove { color: #990000; font-size: 20px; font-weight: bold; }
a.remove:hover { color: #000; }
.widget ul { margin: 0; list-style: none; }
.widget ul li { display: block; width: 100%; height: 112px; border-bottom: 2px solid #eee; margin-bottom: 20px; }
.widget ul li a { display: block; width: 100%; line-height: 16px; }
.widget ul li a.remove { width: 15px; float: right; margin: 0 0 10px 10px; }
.widget ul li img { width: 90px; height: 90px; float: left; margin: 0 10px 0 0; }
.widget .amount { font-size: 16px; }
.widget p { margin-bottom: 15px; }
.widget a.button { margin: 0 0 5px 0; padding: 10px 25px; }

/* Header */

header#site-header {
  padding: 15px 25px 15px 25px;
  background: #fff;
  z-index: 100;
  width: 100%;
  text-align: right;
  background: #f8f8f8;
  position: relative;
}
#logo {
  float: left;
  text-decoration: none;
  margin: 0 15px 0 0;
}
.menu-top-menu-container { display: inline-block; }
.menu { margin: 0; text-align: right; display: inline-block; }
.menu li { display: inline-block; padding: 0; position: relative; margin: 0; }
.menu li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  padding: 20px 15px;
  color: #333;
  text-transform: uppercase;
}
.menu > .current-menu-item > a, .menu > li:hover > a { color: #005dc8; }
.menu ul.sub-menu {
  display: none;
  position: absolute;
  min-width: 200px;
  top: 60px;
  z-index: 15;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin: 0;
  background: #fff;
  text-align: left;
}
.menu li:hover > ul.sub-menu { display: block; }
.menu ul.sub-menu li { display: block; padding: 0; }
.menu ul.sub-menu li a {
  padding: 10px 17px;
  font-family: "Baloo 2", sans-serif;
  font-weight: normal;
  height: auto;
  font-size: 16px;
  color: #666;
}
.menu ul.sub-menu li a:hover { color: #005dc8; }
.menu input.material-icons { color: #333; }
.menu input.material-icons:hover { background: none; }
.account-menu { display: inline-block; padding: 10px; }
.account-menu li a { font-size: 14px; line-height: 16px; text-align: center; text-transform: none; }
.account-menu a { position: relative; top: 7px; }
.account-menu a.button { top: 0; }
#header-controls { float: right; }
#header-separator {
  display: inline-block;
  height: 20px;
  border-right: 2px solid #333;
  margin: 20px 15px;
}
#header-search { display: inline-block; position: relative; padding: 20px 10px 14px 15px; }
#search-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(pics/icon_cart_alt.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
#header-search { margin-right: 0; }
#search-icon { background-image: url(pics/icon_search2.png); cursor: pointer; }
#header-search-form {
  display: none;
  background: #fff; 
  position: absolute; 
  width: 100%; 
  height: 60px; 
  top: 0; 
  left: 0; 
  padding: 0 200px 0 0;
}
#header-search-form input[type='search'] { margin: 5px; }
#header-search-form input[type='submit'] { margin: 0; position: absolute; top: 5px; right: 50px; }
#header-search-form a.remove { position: absolute; padding: 10px; top: 5px; right: 10px; }
#menu-burger {
  width: 65px;
  height: 65px;
  background-image: url(pics/icon_menu.png);
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  display: none;
  margin: 0 -20px 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  #logo img { width: 220px; }
  #header-controls { display: none; }
  #menu-burger { display: block; }
  .menu-top-menu-container {
  	display: none;
		width: 100%;
		margin: 66px 0 0 0;
    padding: 0 0 15px 0;
  }
  .menu { text-align: center; }
  .menu li { display: block; }
  .menu li a { padding: 8px 15px; }
  .menu-top-menu-container .menu ul.sub-menu { position: relative; top: 0; }
  .menu ul.sub-menu li a { padding: 5px; text-align: center; }
}

/* Footer */

footer {
  background-color: #212121;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
#main-bottom { width: 100%; text-align: center; color: #fff; }
#main-bottom p { margin-bottom: 5px; }
footer h4 { color: #fff; margin-top: 50px; }
footer p { color: #aaa; }
footer a { color: #88945C; }
footer a:hover { color: #bbb; }
footer .widget ul { list-style: disc; margin-left: 20px; }
footer .widget ul li { display: list-item; border-bottom: none; margin-bottom: 0; height: auto; margin-bottom: 15px; }
footer .widget .amount { color: #fff; }
#footer-bottom { background: #000; border-top: 1px solid #333; }
#footer-bottom p { margin-bottom: 0; }
#footer-bottom a { margin: 0 10px; }
#footer-bottom a img { filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(113deg) brightness(107%) contrast(101%); }
#footer-bottom a:hover img { filter: invert(66%) sepia(9%) saturate(1413%) hue-rotate(350deg) brightness(92%) contrast(88%); }
#footer-bottom .columns-3 > div { margin-bottom: 0; }

@media only screen and (max-width: 960px) {
  footer { position: relative; }
  #main { margin-bottom: 0 !important; }
}

/* Datepicker */

.ui-datepicker { background: #fff; padding: 2px 10px; border: 1px solid #ddd; position: relative; z-index: 10 !important; }
.ui-datepicker-title { margin: 2px 2.5em 2px 2.2em; line-height: 18px; text-align: center; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 40%; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 7px; cursor: pointer; }
.ui-datepicker .ui-datepicker-prev { left: 10px; }
.ui-datepicker .ui-datepicker-next { right: 10px; }
.ui-datepicker-calendar td { text-align: center; padding: 0; }
.ui-datepicker-calendar td a { display: block; padding: 3px 0; cursor: pointer; }

/* Darbo laiko grafikas */

input[type="time"]::-webkit-calendar-picker-indicator { display: none }
table.laiko-grafikas table { margin: 0; border: none; }
table.laiko-grafikas-header { background: #f6f6ee; }
table.header-patvirtintas { background: #eef6f4; }
table.header-taisomas { background: #fff0e9; }
table.laiko-grafikas th, table.laiko-grafikas td { padding: 2px 2px; font-size: 11px; line-height: 14px; text-align: center; }
table.laiko-grafikas th span, table.laiko-grafikas td span { line-height: 25px; }
input.graph-number { width: 60px; }
input.graph-text { padding: 0; width: 40px; line-height: 20px; border: 1px solid #ddd; text-align: center; }
table.laiko-grafikas .weekend, table.laiko-grafikas .weekend input.graph-text { background: #f6f6f6; }
table.laiko-grafikas .grey { background: #eee; }
table.laiko-grafikas select { padding: 1px 0 1px 1px; width: 40px; border: 1px solid #ddd; background: #fff; }
.show-button { display: none; }
table.laiko-grafikas .nedarbo-diena-time { opacity: .3; }
table.laiko-grafikas .kodo-nera { display: none; }
.form_wrapper, .gform_wrapper { display: inline-block; }
.gform_wrapper.gravity-theme .gform_footer { margin: 0 !important; padding: 0 !important; }
#download-graph { margin-left: 10px; line-height: 20px; }
.button-form { display: inline-block; }
#gform_submit_button_4 {
	height: 26px;
  line-height: 26px;
  font-size: 12px;
  padding: 0 12px;
}
.gform_confirmation_message,
.gform_not_found { display: none; }
table#ziniarastis th.valandu, table#ziniarastis td.valandu { background: #f6f6f6; }
.laisvas-laikas-iki { display: none; }
ul.darbuotojai-list li, ul.skyriai-list li { margin: 5px 0; }
ul.darbuotojai-list form, ul.skyriai-list form { display: inline-block; margin: 0; }
ul.darbuotojai-list form .button, ul.darbuotojai-list button, ul.skyriai-list form .button, ul.skyriai-list button { margin: 0 2px; }
ul.darbuotojai-list .taisyti-darbuotoja, ul.skyriai-list .taisyti-skyriu { display: none; }

/* Ziniarastis (ir darbo kalendorius) */

.page-id-41862 #left-sidebar,
.page-id-22840 #left-sidebar { position: relative; width: 100%; height: auto; top: 0; padding-top: 100px; }
.page-id-41862 #left-sidebar .sidebar-block,
.page-id-22840 #left-sidebar .sidebar-block { width: 350px; display: inline-block; }
.page-id-41862 #left-sidebar #sidebar-kalendorius,
.page-id-22840 #left-sidebar #sidebar-kalendorius { width: 200px; }
.page-id-41862 #left-sidebar form { width: 1350px; display: inline-block; }
.page-id-41862 #left-sidebar #skyriai { width: 750px; columns: 3; }
.page-id-41862 #left-sidebar #kodai { width: 590px; columns: 2; }
.page-id-41862 .kalendoriaus-skyriai { list-style: none; margin: 0; }
.page-id-41862 .kalendoriaus-darbuotojai { list-style: none; margin: 5px 0 10px 20px; }
.page-id-41862 .kalendoriaus-darbuotojai label { font-size: 12px; margin: 0; }
.page-id-41862 #left-sidebar .sidebar-info,
.page-id-22840 #left-sidebar .sidebar-info { display: none; }
.page-id-41862 #container,
.page-id-22840 #container { position: relative; width: 100%; height: auto; padding: 0 5px; }
table#ziniarastis th, table#ziniarastis td { padding: 1px; font-size: 11px; line-height: 13px; text-align: center; }
table#ziniarastis input.graph-text, table#ziniarastis select { line-height: 15px; }
table#ziniarastis input.final-text { width: 35px; }
table#ziniarastis input.small-graph-text { line-height: 12px; font-size: 9px; }
.darbo-val-box, .pagal-koda-box { position: relative; z-index: 3; display: none; width: 44px; background: #fff; padding: 2px; }
.darbo-val-back, .pagal-koda-back { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: url(pics/black-back.png) repeat; z-index: 2; display: none; }
.pagal-koda-container { width: 35px; overflow: hidden; }
table#ziniarastis input.final-code-text { width: 35px; border: none; padding: 0; font-size: 9px; }
table#ziniarastis .kodo-nera { display: none; }
.button-very-small,
#gform_submit_button_5,
#gform_submit_button_6 { height: 18px; line-height: 18px; font-size: 10px; padding: 0 5px; margin: 5px; }
.vertical-cell { writing-mode: tb-rl; transform: rotate(-180deg); text-align: center; }
table#ziniarascio-suvestine th.valandu, table#ziniarascio-suvestine td.valandu { background: #f6f6f6; }

table#darbo-kalendorius td { vertical-align: top; }
table#darbo-kalendorius td h3 { margin-top: 0; margin-bottom: 10px; font-weight: bold; }
table#darbo-kalendorius td p { font-size: 13px; line-height: 16px; margin-bottom: 7px; }




/* Front page */

  :root {
    --blue:       #1a56c4;
    --blue-dark:  #0e3a8a;
    --blue-mid:   #2d6fd4;
    --blue-light: #e8f0fc;
    --blue-pale:  #f0f5ff;
    --slate:      #4a5568;
    --slate-light:#718096;
    --white:      #ffffff;
    --off-white:  #f7f9ff;
    --border:     #dce7f9;
  }

/* ── HERO ───────────────────────────────────────────── */
  .hero {
    position: relative;
    overflow: hidden;
  }
  .hero-inner {
    position: relative;
    max-width: 1200px; margin: 0 auto;
    padding: 0;
  }
  .hero img.banner {
    width: 100%;
    display: block;
  }

  /* ── SECTION BASE ───────────────────────────────────── */
  section { padding: 90px 5%; }
  .section-inner { max-width: 1100px; margin: 0 auto; }
  .section-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--blue-dark);
    margin-bottom: -1.5rem;
  }
  .section-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: var(--blue);
    line-height: 1.2;
    margin-bottom: 1.1rem;
  }
  .section-sub {
    font-size: 1.05rem;
    color: var(--slate);
    line-height: 1.7;
    max-width: 640px;
  }

  /* ── FEATURES ───────────────────────────────────────── */
  .features { background: var(--white); }
  .features-header { margin-bottom: 3.5rem; }
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
  .feature-card {
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 2rem 2rem 2.2rem;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    position: relative;
    overflow: hidden;
  }
  .feature-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--blue-mid));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(26,86,196,0.12);
    border-color: #b5cef5;
  }
  .feature-card:hover::before { transform: scaleX(1); }
  .feature-icon {
    width: 52px; height: 52px;
    background: var(--blue-light);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
  .feature-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--blue-dark);
    margin-bottom: 0.6rem;
  }
  .feature-card p {
    font-size: 0.92rem;
    color: var(--slate);
    line-height: 1.65;
  }

  /* ── WHO IT'S FOR ───────────────────────────────────── */
  .audience { background: var(--off-white); }
  .audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .audience-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    transition: box-shadow 0.25s;
  }
  .audience-card:hover {
    box-shadow: 0 8px 24px rgba(26,86,196,0.1);
  }
  .audience-icon {
    font-size: 2rem;
    line-height: 1;
  }
  .audience-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--blue-dark);
  }
  .audience-card p {
    font-size: 0.88rem;
    color: var(--slate);
    line-height: 1.6;
  }

  /* ── HOW IT WORKS ───────────────────────────────────── */
  .how { background: var(--white); }
  .steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0;
    margin-top: 3.5rem;
    position: relative;
  }
  .steps::before {
    content: '';
    position: absolute;
    top: 36px; left: 10%; right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--blue-light), var(--blue), var(--blue-light));
    z-index: 0;
  }
  .step {
    text-align: center;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
  }
  .step-num {
    width: 72px; height: 72px;
    background: var(--white);
    border: 3px solid var(--blue);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--blue);
    margin: 0 auto 1.3rem;
    box-shadow: 0 0 0 6px var(--blue-light);
  }
  .step h3 {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--blue-dark);
    margin-bottom: 0.5rem;
  }
  .step p {
    font-size: 0.87rem;
    color: var(--slate);
    line-height: 1.6;
  }

  /* ── CTA ────────────────────────────────────────────── */
  .cta-section {
    background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%);
    padding: 80px 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cta-section-top { padding: 30px 5% 40px 5%; }
  .cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 50% 80% at 90% 20%, rgba(255,255,255,0.06) 0%, transparent 60%),
      radial-gradient(ellipse 40% 60% at 10% 80%, rgba(255,255,255,0.04) 0%, transparent 50%);
  }
  .cta-section .section-inner { position: relative; }
  .cta-section h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 600;
    color: var(--white);
    margin-bottom: 1rem;
  }
  .cta-section-top h2 { margin-bottom: 2rem; }
  .cta-section p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 2.5rem;
    max-width: 520px;
    margin-left: auto; margin-right: auto;
    line-height: 1.65;
  }
  .cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .btn {
    display: inline-block;
    padding: 0.85rem 2.2rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    font-family: 'Outfit', sans-serif;
  }
  .btn-white {
    background: var(--white);
    color: var(--blue-dark);
  }
  .btn-white:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }

/* Welcome */

  .welcome {
    text-align: center;
    margin-bottom: 3rem;
  }
  .welcome img {
    height: 52px;
    margin-bottom: 1.5rem;
  }
  .welcome h1 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--blue-dark);
    margin-bottom: 0.5rem;
  }
  .welcome p {
    font-size: 1rem;
    color: var(--slate);
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    width: 100%;
    max-width: 1000px;
  }

  .card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 2rem 2rem 2.2rem;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    cursor: pointer;
  }
  .card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--blue-mid));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(26,86,196,0.13);
    border-color: #b5cef5;
  }
  .card:hover::before {
    transform: scaleX(1);
  }

  .card-icon {
    width: 54px; height: 54px;
    background: var(--blue-light);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    flex-shrink: 0;
  }

  .card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--blue-dark);
    margin-bottom: 0.6rem;
  }

  .card p {
    font-size: 0.91rem;
    color: var(--slate);
    line-height: 1.65;
    flex: 1;
  }

  .card-arrow {
    margin-top: 1.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: gap 0.2s;
  }
  .card:hover .card-arrow {
    gap: 0.6rem;
  }

  @media (max-width: 600px) {
    .cards { grid-template-columns: 1fr; }
  }

