/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.hubl.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.6;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
/* ==========================================================================
   Button base — shared by HubSpot .button module and Docinho .btn classes
   ========================================================================== */

button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
  cursor: not-allowed;
}

/* No button — resets all button styles */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* ==========================================================================
   Docinho brand button system
   ========================================================================== */

/* Base .btn — shared structure for .btn-primary and .btn-ghost */

.btn {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
  border-radius: var(--docinho-radius-btn, 16px);
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

/* Primary — coral fill */

.btn-primary {
  background-color: var(--docinho-coral, #ff7366);
  border: 1px solid var(--docinho-coral, #ff7366);
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--docinho-coral-hover, #ff4433);
  border-color: var(--docinho-coral-hover, #ff4433);
  box-shadow: 0 4px 12px rgba(255, 115, 102, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.btn-primary:active {
  background-color: var(--docinho-coral-dark, #cc1100);
  border-color: var(--docinho-coral-dark, #cc1100);
  color: #ffffff;
}

/* Ghost — transparent with coral border */

.btn-ghost {
  background-color: transparent;
  border: 1px solid var(--docinho-coral, #ff7366);
  color: var(--docinho-coral, #ff7366);
}

.btn-ghost:hover,
.btn-ghost:focus {
  background-color: rgba(255, 115, 102, 0.08);
  border-color: var(--docinho-coral-hover, #ff4433);
  color: var(--docinho-coral-hover, #ff4433);
  text-decoration: none;
}

.btn-ghost:active {
  background-color: rgba(255, 115, 102, 0.15);
  color: var(--docinho-coral-dark, #cc1100);
}

/* Ghost on dark backgrounds (e.g. inside .docinho-reframe) */

.docinho-reframe .btn-ghost {
  border-color: #ffffff;
  color: #ffffff;
}

.docinho-reframe .btn-ghost:hover,
.docinho-reframe .btn-ghost:focus {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* ==========================================================================
   Header — Docinho
   Matches the tool's design language:
   - Gray-600 (#4B5563) nav text — same as sidebar foreground
   - Sync coral (#ff7366) hover + active underline
   - Pill CTA button in sync gradient
   - Manrope font (same as tool headers)
   - 160ms ease-out-soft transitions throughout
   ========================================================================== */

/* Navigation skipper (accessibility) */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Header shell */

.header {
  --header-item-height: 40px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;
}

/* Inner container — 3-column grid: logo | nav | actions */

.header__container {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  max-width: 160px;
  min-height: var(--header-item-height);
}

.header__logo > * {
  align-items: center;
  display: inline-flex;
  min-height: inherit;
}

.header__logo img {
  display: block;
  height: 40px;
  max-width: 100%;
  width: auto;
}

.header__logo .logo-company-name {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

/* Navigation wrapper — center column */

.header__navigation {
  align-items: center;
  display: flex;
  justify-self: center;
  min-height: var(--header-item-height);
}

.header__navigation .menu--desktop,
.header__navigation .menu--desktop .menu__wrapper {
  align-items: center;
  display: flex;
}

.header__nav-mobile-actions,
.header__nav-mobile-login {
  display: none;
}

/* Neutralise the module's built-in item padding so the grid center-aligns cleanly */
.header__navigation .menu__item--depth-1 {
  align-items: center;
  display: flex;
  min-height: var(--header-item-height);
  padding: 0 0.75rem;
  text-transform: none;
}

/* Actions — right column */

.header__actions {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-self: end;
  min-height: var(--header-item-height);
}

/* ==========================================================================
   Nav link overrides — match tool sidebar text
   ========================================================================== */

.header__navigation .menu__link {
  align-items: center;
  color: #4B5563 !important;
  display: inline-flex;
  font-family: 'Manrope', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  min-height: var(--header-item-height);
  text-decoration: none;
  text-transform: none;
  transition: color 160ms cubic-bezier(0.16, 1, 0.3, 1);
}

.header__navigation .menu .menu__link:hover,
.header__navigation .menu .menu__link:focus {
  color: #ff7366 !important;
  text-decoration: none;
}

.header__navigation .menu .menu__link:active {
  color: #ff4433 !important;
}

/* Active page underline in sync color */

.header__navigation .menu__item--depth-1 > .menu__link--active-link {
  color: #ff7366 !important;
}

.header__navigation .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #ff7366 !important;
  bottom: -4px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 2px;
}

/* Dropdown caret color */

.header__navigation .menu__child-toggle-icon {
  border-top-color: #4B5563 !important;
  transition: border-top-color 160ms cubic-bezier(0.16, 1, 0.3, 1),
              transform 160ms cubic-bezier(0.16, 1, 0.3, 1);
}

.header__navigation .menu__item--depth-1 > .menu__child-toggle {
  align-items: center;
  display: inline-flex;
  min-height: var(--header-item-height);
  position: static;
  vertical-align: middle;
}

.header__navigation .menu__item--depth-1.menu__item--open > .menu__child-toggle .menu__child-toggle-icon,
.header__navigation .menu__item--depth-1 > .menu__child-toggle[aria-expanded="true"] .menu__child-toggle-icon {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .header__navigation .menu__item--depth-1 > .menu__child-toggle .menu__child-toggle-icon {
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 5px;
    display: inline-block;
  }
}

/* ==========================================================================
   Dropdown submenu — clean card style matching language selector
   ========================================================================== */

.header__navigation .menu__submenu {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  transform: none;
  width: 200px;
}

/* Remove the pseudo-element triangle — doesn't fit the clean style */
.header__navigation .menu__submenu--level-2 > .menu__item:first-child:before {
  display: none;
}

.header__navigation .menu__submenu .menu__link {
  color: #4B5563 !important;
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0.625rem 1rem;
  text-transform: none;
  transition: background-color 160ms cubic-bezier(0.16, 1, 0.3, 1),
              color 160ms cubic-bezier(0.16, 1, 0.3, 1);
}

.header__navigation .menu__submenu .menu__link:hover,
.header__navigation .menu__submenu .menu__link:focus {
  background-color: #fff0ef !important;
  color: #ff7366 !important;
}

.header__navigation .menu__submenu .menu__item {
  border-bottom: 1px solid #f3f4f6;
  padding: 0;
}

.header__navigation .menu__submenu .menu__item:last-child {
  border-bottom: none;
}

/* ==========================================================================
   Login link — plain text, matches nav style
   ========================================================================== */

.header__login {
  align-items: center;
  color: #4B5563;
  display: inline-flex;
  font-family: 'Manrope', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  min-height: var(--header-item-height);
  text-decoration: none;
  transition: color 160ms cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.header__login:hover,
.header__login:focus {
  color: #ff7366;
  text-decoration: none;
}

/* ==========================================================================
   CTA button — sync coral pill
   ========================================================================== */

.header__cta {
  align-items: center;
  background-color: #ff7366;
  border-radius: 9999px;
  color: #ffffff !important;
  display: inline-flex;
  font-family: 'Manrope', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  min-height: var(--header-item-height);
  padding: 0 1.25rem;
  text-decoration: none !important;
  transition: background-color 160ms cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1),
              transform 160ms cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.header__cta:hover,
.header__cta:focus {
  background-color: #ff4433;
  box-shadow: 0 4px 16px rgba(255, 115, 102, 0.35);
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.header__cta:active {
  background-color: #ff4433;
  box-shadow: none;
  transform: translateY(0);
}

/* ==========================================================================
   Language selector — mirrors Resources dropdown style
   ========================================================================== */

.header__lang {
  position: relative;
}

.header__lang-trigger {
  align-items: center;
  background: transparent;
  border: none;
  color: #4B5563;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Manrope', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.3rem;
  letter-spacing: 0.02em;
  line-height: 1;
  min-height: var(--header-item-height);
  padding: 0;
  transition: color 160ms cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  white-space: nowrap;
}

.header__lang-trigger:hover {
  color: #ff7366;
  outline: none;
}

.header__lang-trigger:focus-visible {
  color: #ff7366;
  outline: 2px solid #ff7366;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Chevron — matches menu__child-toggle-icon style */
.header__lang-chevron-icon {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  display: inline-block;
  height: 0;
  margin-left: 1px;
  transition: transform 160ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 0;
}

.header__lang-trigger[aria-expanded="true"] .header__lang-chevron-icon {
  transform: rotate(180deg);
}

/* Dropdown card */
.header__lang-dropdown {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  display: none;
  margin: 0;
  min-width: 80px;
  overflow: hidden;
  padding: 0.25rem 0;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 200;
}

.header__lang-dropdown.open {
  display: block;
}

.header__lang-option {
  color: #4B5563 !important;
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-decoration: none !important;
  transition: background-color 160ms cubic-bezier(0.16, 1, 0.3, 1),
              color 160ms cubic-bezier(0.16, 1, 0.3, 1);
}

.header__lang-option:hover,
.header__lang-option:focus {
  background-color: #fff0ef;
  color: #ff7366 !important;
  outline: none;
}

.header__lang-option--active {
  color: #ff7366 !important;
  font-weight: 600;
}

/* ==========================================================================
   Mobile hamburger toggles
   ========================================================================== */

.header--toggle {
  display: none;
}

@media (max-width: 767px) {
  .header {
    --header-item-height: 36px;
  }

  .header__container {
    grid-template-columns: 1fr auto auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .header__actions {
    gap: 0.5rem;
  }

  .header--toggle.header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM0QjU1NjMiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PHJlY3QgeD0iMSIgeT0iMiIgd2lkdGg9IjIyIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiLz48cmVjdCB4PSIxIiB5PSI5IiB3aWR0aD0iMjIiIGhlaWdodD0iMSIgcng9IjAuNSIvPjxyZWN0IHg9IjEiIHk9IjE2IiB3aWR0aD0iMjIiIGhlaWdodD0iMSIgcng9IjAuNSIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 24px;
    order: 3;
    width: 24px;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiM0QjU1NjMiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PGxpbmUgeDE9IjUiIHkxPSI1IiB4Mj0iMTkiIHkyPSIxOSIvPjxsaW5lIHgxPSIxOSIgeTE9IjUiIHgyPSI1IiB5Mj0iMTkiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: none;
    height: 24px;
    order: 3;
    width: 24px;
  }

  .header__close--toggle.show {
    display: block;
  }

  /* CTA stays visible on mobile, shrinks slightly */
  .header__cta {
    font-size: 0.8125rem;
    padding: 0.4rem 1rem;
  }

  /* Hide login on mobile — accessible via nav drawer */
  .header__login {
    display: none;
  }

  /* Nav drawer */
  .header__navigation {
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
    display: none;
    left: 0;
    min-height: calc(100vh - 64px);
    padding: 0.5rem 0;
    position: absolute;
    right: 0;
    top: 64px;
    width: 100%;
    z-index: 99;
  }

  .header__navigation.open {
    display: block;
  }

  .header__navigation .menu__link {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }

  .header__navigation .menu__item--depth-1 {
    border-top: 1px solid #f3f4f6;
    padding: 0;
    position: relative;
  }

  /* Restore absolute positioning for submenu toggle on mobile so it overlays the row */
  .header__navigation .menu__item--depth-1 > .menu__child-toggle {
    position: absolute;
    right: 0;
    top: 0;
  }

  /* Submenu flows inline on mobile — remove overflow:hidden set for desktop */
  .header__navigation .menu__submenu {
    overflow: visible;
    width: 100%;
  }

  .header__navigation .menu__item--depth-1:first-child {
    border-top: none;
  }

  /* Login link inside mobile nav drawer */
  .header__nav-mobile-actions {
    border-top: 1px solid #f3f4f6;
    display: block;
    padding: 1rem 1.5rem;
  }

  .header__nav-mobile-login {
    display: inline-flex !important;
    font-size: 1rem;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* ==========================================================================
   Homepage section styles — Docinho
   Mobile-first. All section classes use BEM with .docinho- prefix.
   Breakpoints: 768px (tablet), 1024px (desktop)
   ========================================================================== */

/* ==========================================================================
   Anchor reset inside Docinho sections
   Prevents the global `a { color: anchor_font.color }` rule from bleeding
   into section copy. Links inside Docinho sections inherit text colour unless
   intentionally styled (e.g. the nav, footer, or blog areas).
   ========================================================================== */

[class^="docinho-"] a,
[class*=" docinho-"] a {
  color: inherit;
  text-decoration: none;
}

[class^="docinho-"] a:hover,
[class*=" docinho-"] a:hover,
[class^="docinho-"] a:focus,
[class*=" docinho-"] a:focus {
  color: inherit;
  text-decoration: underline;
}

/* ==========================================================================
   Shared section utilities
   ========================================================================== */

.docinho-section-heading {
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
  font-weight: 700;
  color: var(--docinho-heading, #1a0a09);
  margin-bottom: 0.5rem;
}

.docinho-section-subheading {
  text-align: center;
  font-size: 1rem;
  color: var(--docinho-muted, #6b7280);
  margin-bottom: 2.5rem;
}

/* ==========================================================================
   1. Hero — .docinho-hero
   ========================================================================== */

.docinho-hero__heading {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--docinho-heading, #1a0a09);
  margin-bottom: 1.25rem;
}

.docinho-hero__body {
  font-size: 1.125rem;
  color: var(--docinho-body, #374151);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.docinho-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.docinho-hero__subtext {
  font-size: 0.875rem;
  color: var(--docinho-muted, #6b7280);
  margin-top: 0.75rem;
  width: 100%;
}

/* App preview placeholder (right column) */

.docinho-hero__app-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.docinho-hero__app-preview-inner {
  width: 100%;
  max-width: 480px;
  background: var(--docinho-surface, #f9fafb);
  border: 1px solid var(--docinho-border, #e5e7eb);
  border-radius: var(--docinho-radius-card, 20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.docinho-hero__app-preview-bar {
  background: var(--docinho-border, #e5e7eb);
  padding: 0.625rem 1rem;
  display: flex;
  gap: 0.375rem;
  align-items: center;
}

.docinho-hero__app-preview-bar span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
}

.docinho-hero__app-preview-bar span:first-child { background: #fca5a5; }
.docinho-hero__app-preview-bar span:nth-child(2) { background: #fde68a; }
.docinho-hero__app-preview-bar span:nth-child(3) { background: #a7f3d0; }

.docinho-hero__app-preview-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 280px;
}

.docinho-hero__app-preview-row {
  height: 12px;
  border-radius: 6px;
  background: var(--docinho-border, #e5e7eb);
}

.docinho-hero__app-preview-row--wide  { width: 75%; }
.docinho-hero__app-preview-row--medium { width: 50%; }

.docinho-hero__app-preview-card {
  background: #ffffff;
  border: 1px solid var(--docinho-border, #e5e7eb);
  border-radius: 12px;
  height: 72px;
  box-shadow: var(--docinho-shadow-soft, 0 2px 8px rgba(0,0,0,0.07));
}

/* ==========================================================================
   2. Problem — .docinho-problem
   ========================================================================== */

.docinho-problem__heading {
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
  font-weight: 700;
  color: var(--docinho-heading, #1a0a09);
  margin-bottom: 2.5rem;
}

.docinho-problem__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .docinho-problem__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.docinho-problem__card {
  background: #ffffff;
  border: 1px solid var(--docinho-border, #e5e7eb);
  border-radius: var(--docinho-radius-card, 20px);
  padding: 1.5rem;
  box-shadow: var(--docinho-shadow-soft, 0 2px 8px rgba(0, 0, 0, 0.14));
}

.docinho-problem__quote {
  font-size: 1.0625rem;
  color: var(--docinho-body, #374151);
  margin: 0;
  font-style: italic;
}

/* ==========================================================================
   3. Value Props — .docinho-value-props
   ========================================================================== */

.docinho-value-props__heading {
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
  font-weight: 700;
  color: var(--docinho-heading, #1a0a09);
  margin-bottom: 0.5rem;
}

.docinho-value-props__subheading {
  text-align: center;
  color: var(--docinho-muted, #6b7280);
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.docinho-value-props__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .docinho-value-props__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.docinho-value-props__card {
  border: 1px solid var(--docinho-border, #e5e7eb);
  border-radius: var(--docinho-radius-card, 20px);
  padding: 2rem;
  background: #ffffff;
  box-shadow: var(--docinho-shadow-soft, 0 2px 8px rgba(0, 0, 0, 0.14));
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.docinho-value-props__card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.docinho-value-props__icon {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.docinho-value-props__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--docinho-heading, #1a0a09);
  margin-bottom: 0.75rem;
}

.docinho-value-props__body {
  color: var(--docinho-muted, #6b7280);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   4. How It Works — .docinho-how-it-works
   ========================================================================== */

.docinho-how-it-works__heading {
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
  font-weight: 700;
  color: var(--docinho-heading, #1a0a09);
  margin-bottom: 0.5rem;
}

.docinho-how-it-works__subheading {
  text-align: center;
  color: var(--docinho-muted, #6b7280);
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.docinho-how-it-works__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .docinho-how-it-works__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.docinho-how-it-works__step {
  padding: 1.5rem;
}

.docinho-how-it-works__number {
  width: 48px;
  height: 48px;
  background: var(--docinho-coral, #ff7366);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
}

.docinho-how-it-works__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--docinho-heading, #1a0a09);
  margin-bottom: 0.5rem;
}

.docinho-how-it-works__body {
  color: var(--docinho-muted, #6b7280);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   5. Reframe — .docinho-reframe (dark section)
   ========================================================================== */

.docinho-reframe__heading {
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.docinho-reframe__body {
  text-align: center;
  color: #d1d5db;
  font-size: 1.0625rem;
  line-height: 1.8;
  max-width: 660px;
  margin: 0 auto;
}

/* ==========================================================================
   6. Closing CTA — .docinho-closing-cta
   ========================================================================== */

.docinho-closing-cta__heading {
  text-align: center;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  color: var(--docinho-heading, #1a0a09);
  margin-bottom: 1rem;
}

.docinho-closing-cta__body {
  text-align: center;
  color: var(--docinho-muted, #6b7280);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.docinho-closing-cta__actions {
  text-align: center;
}

.docinho-closing-cta__subtext {
  color: var(--docinho-muted-light, #9ca3af);
  font-size: 0.875rem;
  margin-top: 0.75rem;
  text-align: center;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}