/* TK8 Software - Consolidated Stylesheet */

/* Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Base Styles */
body {
    background: #e6e6e6;
    font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 930px;
}

/* Navigation */
nav {
    padding: 0;
    font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    float: right;
}

nav a {
    color: #999999;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 14px 0px 6px;
    padding: 0px 0px 3px 0px;
}

nav .a-home {
    float: left;
}

nav .a-home a {
    background: url("../img/tk8software_logo120x56.png");
    float: left;
    height: 56px;
    width: 120px;
    overflow: hidden;
    padding: 0;
    margin-left: 0;
    margin-top: 10px;
    text-indent: -10000px;
}

nav a:hover {
    color: #666666;
    text-shadow: rgb(252, 252, 252) 0px 0px 3px;
}

nav .a-home a:hover {
    border: 0;
}

/* Dropdown Navigation */
nav .dropdown {
    float: right;
    display: block;
    z-index: 2;
    position: relative;
    margin: 0;
}

nav .keelelyliti .avaja {
    line-height: 15px;
}

nav .keelelyliti_sisu {
    margin: 0 !important;
    padding: 0 !important;
}

nav .dropdown .language_selected_text {
    font-weight: bold;
}

nav .dropdown .ddselections a {
    float: left;
    display: inline-block;
    width: 100px;
    margin: 1px;
    padding: 2px 4px;
}

nav .dropdown .ddselections a:hover {
    width: 100px;
    display: block;
    background-color: #ebebec;
    margin: 1px;
    padding: 2px 4px;
}

nav .dropdown .ddselections li {
    float: left;
    list-style-type: none !important;
    border-bottom: 1px solid #cdd2d5;
}

nav .dropdown .ddselections {
    display: none;
    position: absolute;
    left: 0px;
    top: 26px;
    background-color: white;
    border: 1px solid #C2C2C2;
    width: 110px;
    list-style-type: none !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

nav .dropdown:hover .ddselections {
    display: block;
}

/* Products dropdown with icons */
nav .dropdown .ddselections2 a {
    float: left;
    display: inline-block;
    width: 264px;
    margin: 1px;
    padding: 3px 5px 5px 9px;
}

nav .dropdown .ddselections2 a:hover {
    width: 264px;
    display: block;
    background-color: #ebebec;
    margin: 1px;
    padding: 3px 5px 5px 9px;
}

nav .dropdown .ddselections2 li {
    float: left;
    list-style-type: none !important;
    border-bottom: 1px solid #cdd2d5;
}

nav .dropdown .ddselections2 {
    display: none;
    position: absolute;
    left: 0px;
    top: 26px;
    background-color: white;
    border: 1px solid #C2C2C2;
    width: 280px;
    list-style-type: none !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

nav .dropdown:hover .ddselections2 {
    display: block;
}

nav .dropdown:hover .avaja {
    color: #666666;
    text-shadow: rgb(252, 252, 252) 0px 0px 3px;
}

nav .dropdown .avaja {
    display: block;
}

nav .dropdown li {
    display: block;
    clear: both;
    text-align: left;
    margin: 0;
    padding: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Content Area */
#main {
    position: relative;
    float: left;
    top: 15px;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    z-index: 0;
    width: 930px;
}

/* Header */
header {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    z-index: 1;
    padding: 30px;
    background: linear-gradient(to bottom, #f8f8f8 0%, #e8e8e8 100%);
    border-bottom: 1px solid #ddd;
}

header h1 {
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.5;
    color: #333;
}

/* Product header styles */
.header-safe {
    background: linear-gradient(to bottom, #f8f0f2 0%, #ede0e3 100%);
    border-bottom: 2px solid #b1132d;
}

.header-backup {
    background: linear-gradient(to bottom, #f0f8f0 0%, #e0ede0 100%);
    border-bottom: 2px solid #1b9402;
}

.header-stickynotes {
    background: linear-gradient(to bottom, #f0f5f8 0%, #e0e8ed 100%);
    border-bottom: 2px solid #0364ca;
}

/* Homepage header with gradient */
.header-home {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px 30px;
    text-align: center;
}

.header-home h1 {
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}

.header-home p {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
}

/* Overview sections */
#overview_main {
    position: relative;
    padding: 20px 30px 15px 20px;
    color: #282828;
    font-size: 15px;
    font-style: normal;
    width: 880px;
}

#overview_main h2 {
    font-size: 16px;
    color: #0364ca;
}

#overview_main h3 {
    font-size: 22px;
    color: #0364ca;
}

#overview_main h4 {
    font-size: 10px;
    color: #999999;
}

#overview_main a {
    color: #09F;
}

#overview_main a:hover {
    color: #09F;
    text-decoration: underline;
}

#overview_main ul {
    margin-left: 40px;
}

/* Product overview sections */
.overview-product {
    position: relative;
    padding: 20px 30px 45px 30px;
    color: #282828;
    font-size: 15px;
    font-style: normal;
    line-height: 1.6;
}

.overview-product h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.overview-product p {
    margin-bottom: 15px;
}

.overview-product a {
    color: #09F;
}

.overview-product a:hover {
    color: #09F;
    text-decoration: underline;
}

.overview-product ul {
    margin-left: 40px;
    list-style: disc;
}

/* Product-specific heading colors */
.overview-product.safe h2 {
    color: #b1132d;
}

.overview-product.backup h2 {
    color: #1b9402;
}

.overview-product.stickynotes h2 {
    color: #0364ca;
}

/* General content */
#generalcontent {
    position: relative;
    padding: 20px 30px 45px 20px;
    color: #282828;
    font-size: 15px;
    font-style: normal;
}

#generalcontent h2 {
    font-size: 16px;
    color: #0364ca;
}

#generalcontent h3 {
    font-size: 22px;
    color: #0364ca;
}

#generalcontent a {
    color: #09F;
}

#generalcontent a:hover {
    color: #09F;
    text-decoration: underline;
}

#generalcontent ul {
    margin-left: 40px;
}

#generalcontent ol {
    margin-left: 40px;
}

/* Two-column layout */
#leftcol {
    float: left;
    width: 600px;
}

#rightcol {
    float: right;
    width: 225px;
}

#columnend {
    clear: both;
    position: relative;
    height: 10px;
}

/* Mainscreen image area */
#Mainscreen {
    position: relative;
    display: block;
    float: right;
    margin: 0px 0px 20px 40px;
    width: 300px;
}

#Mainright {
    position: relative;
    display: block;
    float: right;
    margin: 40px 30px 0px 0px;
}

/* Image positioning */
.imageright {
    position: relative;
    display: block;
    float: right;
    margin: 0px 0px 20px 40px;
}

/* Testimonial boxes */
.testimonial-box {
    position: relative;
    margin: 10px 0;
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #999999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
}

.testimonial-box img {
    float: left;
    width: 16px;
    margin-right: 10px;
}

.testimonial-box p {
    margin-left: 25px;
    font-family: Georgia, "Helvetica Neue", Arial, Verdana, sans-serif;
    font-style: italic;
    font-size: 12px;
    line-height: 1.5em;
}

.testimonial-box b {
    line-height: 2em;
}

.testimonial-box a {
    color: #4f8cff;
}

.testimonial-box a:hover {
    color: #06F;
}

/* Awards section */
#rightawards {
    top: 30px;
    position: relative;
    text-align: center;
}

#rightawards a {
    color: #4f8cff;
    text-decoration: underline;
    font-size: 12px;
    line-height: 2em;
    font-style: normal;
    font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
}

/* Three-column layout for homepage */
.threecolclear {
    clear: both;
}

.threecol {
    float: left;
    width: 270px;
    padding: 0 15px;
    box-sizing: border-box;
}

.threecol .img {
    float: left;
}

.threecol p {
    line-height: 1.5;
}

.threecol a {
    color: #09F;
}

.threecol a:hover {
    text-decoration: underline;
}

/* Retirement notice */
.retirement-notice {
    background: #fff8e1;
    border: 1px solid #ffc107;
    border-radius: 5px;
    padding: 20px;
    margin: 30px 0;
    font-size: 14px;
    line-height: 1.6;
}

.retirement-notice strong {
    color: #e65100;
}

/* Footer */
footer {
    position: relative;
    float: left;
    top: 30px;
    text-align: center;
    font-size: 10px;
    color: #999;
    margin-left: auto;
    margin-right: auto;
    width: 930px;
    padding-bottom: 40px;
}

footer a {
    color: #999999;
    text-decoration: underline;
}

footer a:hover {
    color: #333;
}

/* Buttons */
.button-primary {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #277fd1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: linear-gradient(to bottom, #529ef0 0%, #3098f2 100%);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7), inset 0px 0px 2px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7), inset 0px 0px 2px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7), inset 0px 0px 2px rgba(255, 255, 255, 0.6);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px -1px 0px rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.button-primary:hover {
    border: 1px solid #2571b8;
    background: linear-gradient(to bottom, #4a8dd4 0%, #2c84d1 100%);
    color: #fff;
}

/* Image shadow effect */
.sh {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

/* Product page header content */
.product-header {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 30px;
}

.product-header-text {
    flex: 1;
}

.product-header-text h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.product-header-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.product-header-image {
    flex-shrink: 0;
}

.product-header-image img {
    max-width: 280px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

/* Badges container */
.badges {
    margin-top: 20px;
}

.badges img {
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

/* Platform requirements */
.platform-requirements {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.platform-requirements h3 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.platform-requirements p {
    font-size: 13px;
    color: #888;
    margin: 5px 0;
}

/* Contact link styling */
.contact-link {
    color: #09F;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

/* Menu product icons */
nav .ddselections2 img {
    vertical-align: middle;
    margin-right: 5px;
}

/* Utility classes */
.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}
